wiki/mkdocs.yml

114 lines
2.6 KiB
YAML
Raw Permalink Normal View History

2023-03-31 14:50:08 +00:00
---
# Project information
site_name: SIG/AI Wiki
site_url: https://sig-ai.rocky.page
site_description: >-
The wiki for the AI Special Interest Group of the Rocky Linux project
# Repository
repo_url: https://git.resf.org/sig_ai/wiki
repo_name: sig_ai/wiki
edit_uri: _edit/main/docs/
2023-03-31 14:50:08 +00:00
2023-04-06 12:26:43 +00:00
#MkDocs site structure
nav:
- Home: index.md
- About:
2023-04-07 02:56:15 +00:00
- About: about.md
2023-04-06 12:26:43 +00:00
- Members:
2023-04-07 02:56:15 +00:00
- Members: members.md
2023-04-06 12:26:43 +00:00
- Community:
2023-04-07 02:56:15 +00:00
- Community: community.md
2023-04-06 12:26:43 +00:00
- Partners: community/partners.md
- Sponsors: community/sponsors.md
- Contribute:
2023-04-07 02:56:15 +00:00
- Contribute: contribute.md
2023-04-06 12:26:43 +00:00
- Mattermost: contribute/mattermost.md
- Forums: contribute/forums.md
- Git: contribute/git.md
- Docs:
2023-04-07 02:56:15 +00:00
- Rocky Linux: docs.md
2023-04-06 12:26:43 +00:00
- Events:
2023-04-07 02:56:15 +00:00
- Events: events.md
2023-04-07 04:21:06 +00:00
- Upcoming Events:
- Upcoming: events/upcoming-events.md
- Highlights:
- Highlights: events/highlights.md
- Past Events:
- SIG Meetings:
- 2023-04-06: events/meeting-notes/2023-04-06.md
2023-04-06 12:26:43 +00:00
- Contact:
2023-04-07 02:56:15 +00:00
- Contact: contact.md
2023-04-07 04:21:06 +00:00
2023-04-06 12:26:43 +00:00
copyright: Copyright © 2023 Rocky Enterprise Software Foundation
2023-03-31 14:50:08 +00:00
# Configuration
theme:
name: material
2023-04-06 12:26:43 +00:00
favicon: assets/favicon.ico
2023-04-04 18:50:37 +00:00
logo: assets/icon-white.svg
2023-03-31 14:50:08 +00:00
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: teal
accent: teal
toggle:
icon: material/weather-night
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: teal
accent: teal
toggle:
icon: material/weather-sunny
name: Switch to light mode
highlightjs: true
hljs_languages:
- bash
- perl
- python
- yaml
features:
- navigation.expand
- navigation.indexes
- navigation.instant
2023-04-04 18:50:37 +00:00
- navigation.sections
2023-03-31 14:50:08 +00:00
- navigation.top
2023-04-06 12:26:43 +00:00
- navigation.tabs
- navigation.tabs.sticky
2023-03-31 14:50:08 +00:00
- navigation.tracking
- navigation.path
2023-03-31 14:50:08 +00:00
- search.highlight
- search.suggest
- toc.integrate
2023-04-06 12:26:43 +00:00
- toc.follow
# - content.action.edit
2023-03-31 14:50:08 +00:00
# Plugins
plugins:
- autolinks
- awesome-pages
- git-revision-date-localized:
type: date
2023-03-31 14:50:08 +00:00
- search
2023-04-06 12:26:43 +00:00
- tags
- mkdocs-jupyter
2023-03-31 14:50:08 +00:00
# Extensions
markdown_extensions:
- abbr
- admonition
- attr_list
- def_list
- footnotes
- meta
- pymdownx.details # this allows collapsible attributions
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- toc:
permalink: true