Skip to content

Commit

Permalink
Bump up version to 0.4.2: pyproject material update and tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaprieto committed Nov 24, 2024
1 parent f01cc27 commit 6252e0b
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 7 deletions.
10 changes: 5 additions & 5 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "mkdocs-juvix-plugin"
version = "0.4.1"
version = "0.4.2"
description = "MkDocs documentation with support for Juvix Markdown files"
authors = ["Jonathan Prieto-Cubides, and GitHub contributors"]
license = "MIT"
Expand All @@ -24,7 +24,7 @@ python = ">=3.10,<3.14"
mkdocs = "^1.6.1"
click = "^8.1.7"
semver = "^3.0.2"
mkdocs-material = "^9.5.44"
mkdocs-material = "^9.5.45"
questionary = "^2.0.1"
python-dotenv = "^1.0.1"
bs4 = "^0.0.2"
Expand Down
11 changes: 11 additions & 0 deletions src/fixtures/tutorial/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,18 @@ Run the development server:
juvix-mkdocs serve
```

Some flags are available for these commands:

- `--remove-cache`: Remove the cache database.
- `--verbose`: Print verbose output.
- `--debug`: Print debug output.
- `--no-open`: Do not open the browser after building.
- `--quiet`: Do not print any output.


!!! info "Development Mode"


For development, after `poetry install` and `poetry shell`:
```bash
juvix-mkdocs new -n -f -D
Expand Down

0 comments on commit 6252e0b

Please sign in to comment.