File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919 - name : Set up Python
2020 uses : actions/setup-python@v5.2.0
2121 with :
22- python-version : ' 3.8 '
22+ python-version : ' 3.11 '
2323 - name : Install mkdocs-material
2424 run : |
2525 scripts/install-mkdocs.sh
Original file line number Diff line number Diff line change 2222 icon :
2323 repo : fontawesome/brands/github
2424 features :
25- - navigation.tabs
2625 - toc.integrate
2726 - search.suggest
2827 - content.code.copy
@@ -57,6 +56,8 @@ markdown_extensions:
5756 permalink : true
5857
5958plugins :
59+ - toggle-sidebar :
60+ toggle_button : all
6061 - mkdocs-simple-hooks :
6162 hooks :
6263 on_env : " hooks:on_env"
Original file line number Diff line number Diff line change 22
33pip install \
44 " mkdocs-material>=9.0.2" \
5+ mkdocs-toggle-sidebar-plugin \
56 mkdocs-macros-plugin \
67 mkdocs-literate-nav \
78 mkdocs-git-authors-plugin \
Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ void find_bridges(int v) {
7878 bridge_cnt++;
7979 }
8080 } else {
81- low[ v] = min(low[ v] , low [ nv] );
81+ low[ v] = min(low[ v] , tin [ nv] );
8282 }
8383 }
8484}
You can’t perform that action at this time.
0 commit comments