Finished PcVue assessment.

This commit is contained in:
g* 2025-10-27 00:14:41 +01:00
commit fba2b27f81
10 changed files with 148 additions and 8 deletions

View file

@ -81,7 +81,9 @@ nav:
# - Transactions: qself/transactions.md
# - Reference: qself/reference/index.md
# - Devices: qself/devices.md
- Resumé: resume.md
- Resumé:
- resume.md
- PCVue assessment: resume/pcvue.md
plugins:
# Plugin to enable the blog feature. [https://squidfunk.github.io/mkdocs-material/setup/setting-up-a-blog/#built-in-blog-plugin]
@ -109,7 +111,7 @@ plugins:
htmlmin_opts:
remove_comments: true
cache_safe: true
- search
# - search
# Plugin to create index pages for each section. [https://github.com/oprypin/mkdocs-section-index]
- section-index
- tags
@ -139,7 +141,7 @@ theme:
- navigation.expand # Expand the navigation by default.
- navigation.path # Add breadcrumbs to the top of the article.
- navigation.prune # Only the visible pages are in the menu.
- navigation.tabs # Tabs at the top for the chapters (i.e Platform Admin, Platform Tools, ...).
- navigation.tabs: false # Tabs at the top for the chapters (i.e Platform Admin, Platform Tools, ...).
- navigation.tracking # Address bar updated with active anchor.
- navigation.top # Back to the top button on every page.
- navigation.footer # Previous and next buttons in the footer.