Skip to content

Commit

Permalink
Merge pull request #23 from astariul/docs
Browse files Browse the repository at this point in the history
Fix documentation
  • Loading branch information
astariul authored Jul 25, 2023
2 parents 0b5595a + 100a176 commit 9594d71
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/mike_dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ jobs:
- name: Build docs and push with mike
run: |
mike deploy --push --update-aliases master
version=$(pip show pytere | grep Version | cut -d ' ' -f 2)
version=$(pip show discord-interactive | grep Version | cut -d ' ' -f 2)
mike retitle --push master $version
2 changes: 1 addition & 1 deletion .github/workflows/mike_stable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
git config --global user.email docs@dummy.bot.com
- name: Build docs and push with mike
run: |
version=$(pip show pytere | grep Version | cut -d ' ' -f 2)
version=$(pip show discord-interactive | grep Version | cut -d ' ' -f 2)
bversion=$(echo $version | cut -d '.' -f 1,2)
mike deploy --push --update-aliases $bversion latest
mike retitle --push latest $version
Expand Down
13 changes: 7 additions & 6 deletions docs/code_ref.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,28 +3,29 @@
## Exposed classes

::: discord_interactive.help
rendering:
options:
show_root_heading: False
show_root_toc_entry: False
heading_level: 3

::: discord_interactive.page
selection:
options:
filters: ["!PageType"]
rendering:
show_root_heading: False
show_root_toc_entry: False
heading_level: 3

## Private classes

::: discord_interactive.page
selection:
options:
filters: ["PageType"]
rendering:
show_root_heading: False
show_root_toc_entry: False
heading_level: 3

::: discord_interactive.link
rendering:
options:
show_root_heading: False
show_root_toc_entry: False
heading_level: 3

0 comments on commit 9594d71

Please # to comment.