-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
16 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
`MkNodes` offers a CLI interface in order to build projects based on | ||
Callables. The CLI is closely aligned to the MkDocs CLI to simplify the usage. Most | ||
arguments have the same name. | ||
|
||
|
||
There are 3 diffent commands right now: | ||
|
||
- `mknodes build`: Closely aligned to `mkdocs build`, but with the option to point | ||
to a (remote) repository as well as a Website template in form of a Python Callable. | ||
|
||
- `mknodes serve`: Same as `mknodes build`, but for serving the page. | ||
|
||
- `mknodes create-config`: Does a test run with given callable and repository and | ||
creates a Config file based on the metadata and extension requirements provided | ||
by the combination of Callable and repository. |