# Copied some items from redbrick # https://github.com/redbrick/docs/blob/master/mkdocs.yml site_name: Skynet Wiki site_url: https://wiki.skynet.ie site_description: The home for all Skynet documentation repo_url: https://forgejo.skynet.ie/Skynet/wiki edit_uri: src/branch/main/src docs_dir: ./src/ theme: name: material palette: # Palette toggle for light mode - scheme: default toggle: icon: material/brightness-7 name: Switch to dark mode # Palette toggle for dark mode - scheme: slate toggle: icon: material/brightness-4 name: Switch to light mode features: - navigation.tabs - navigation.instant - navigation.tracking - navigation.indexes - navigation.expand - search.suggest - search.highlight - search.share - search.suggest - toc.follow - toc.integrate - content.action.view - content.code.copy - content.code.annotate icon: view: material/eye plugins: - search # - git-authors: # show_email_address: false # - git-revision-date-localized: # enable_creation_date: true markdown_extensions: - tables - pymdownx.caret - pymdownx.mark - pymdownx.tilde