Skip to content

Commit

Permalink
docs: add use-color-codes.md to mkdocs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wu-vincent committed May 27, 2024
1 parent 4710727 commit 306ccbb
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,16 +30,16 @@ extra_css:
plugins:
- search
- git-revision-date-localized:
enabled: !ENV [CI, false]
enabled: !ENV [ CI, false ]
enable_creation_date: true
exclude:
- reference/cpp/*
- git-committers:
enabled: !ENV [CI, false]
enabled: !ENV [ CI, false ]
repository: EndstoneMC/endstone
branch: main
- mkdocstrings:
enabled: !ENV [CI, false]
enabled: !ENV [ CI, false ]
handlers:
python:
paths: [ python/src ]
Expand All @@ -57,7 +57,7 @@ plugins:
signature_crossrefs: true
inherited_members: false
- mkdoxy:
enabled: !ENV [CI, false]
enabled: !ENV [ CI, false ]
projects:
"reference/cpp":
src-dirs: include/endstone/
Expand Down Expand Up @@ -166,10 +166,12 @@ nav:
- Tutorials:
- Create your first plugin: tutorials/create-your-first-plugin.md
- Install your plugin: tutorials/install-your-plugin.md
- Use color codes: tutorials/use-color-codes.md
- Register commands: tutorials/register-commands.md
- Register event listeners: tutorials/register-event-listeners.md
- Schedule tasks: tutorials/schedule-tasks.md
- Publish your plugin: tutorials/publish-your-plugin.md

- Reference:
- reference/index.md
- Python API:
Expand Down

0 comments on commit 306ccbb

Please sign in to comment.