Skip to content

Commit

Permalink
Merge branch 'main' into code-samples-run-inline
Browse files Browse the repository at this point in the history
  • Loading branch information
shaedrich authored May 22, 2024
2 parents 82929f6 + caae6e2 commit 1b074ef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/appendices/compiler-args.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ The most useful options are `--debug`, `--path` or just `-p`, `--output` or just
Let's study the documentation of the builtin standard library:

```bash
--8<-- "appendices-compiler-args-stdlib-docs.sh"
pip install mkdocs
ponyc packages/stdlib --docs && cd stdlib-docs && mkdocs serve
```

And point your web browser to [127.0.0.1:8000](http://127.0.0.1:8000) serving a live-reloading local version of the docs.
Expand Down
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ theme:
features:
- content.code.copy
- content.code.select
- navigation.footer
- navigation.instant
- navigation.indexes
- navigation.tracking
Expand Down

0 comments on commit 1b074ef

Please sign in to comment.