Skip to content

Commit

Permalink
Reverse pages' order
Browse files Browse the repository at this point in the history
  • Loading branch information
YDX-2147483647 committed Oct 30, 2024
1 parent 518fe28 commit f9773c9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/.pages
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
order: desc
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ mkdocs := python + " -m mkdocs"
# Install/upgrade MkDocs, its plugins, and markdown extensions
bootstrap:
{{ pip }} install mkdocs-material --upgrade
{{ pip }} install mdx_truly_sane_lists mkdocs-rss-plugin --upgrade
{{ pip }} install mdx_truly_sane_lists mkdocs-rss-plugin mkdocs-awesome-pages-plugin --upgrade

# Start the live-reloading docs server
serve *ARGS:
Expand Down
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,4 @@ markdown_extensions:
plugins:
- search
- rss
- awesome-pages

0 comments on commit f9773c9

Please sign in to comment.