Skip to content
Snippets Groups Projects
Commit 95e76195 authored by trantzas's avatar trantzas
Browse files

using mkdocs-material

parent 34004202
No related branches found
No related tags found
1 merge request!8Populate develop with main branch documentation
Pipeline #3874 failed
...@@ -17,35 +17,52 @@ docs_dir: doc ...@@ -17,35 +17,52 @@ docs_dir: doc
# remote_branch: gh-pages # remote_branch: gh-pages
# Theme and overrides, i.e. language partial # Theme and overrides, i.e. language partial
# https://squidfunk.github.io/mkdocs-material/creating-your-site/
theme: theme:
name: mkdocs name: material
# Don't include MkDocs' JavaScript # Don't include MkDocs' JavaScript
include_search_page: false #include_search_page: false
search_index_only: true #search_index_only: true
# Default values, taken from mkdocs_theme.yml # Default values, taken from mkdocs_theme.yml
language: en language: en
feature: # feature:
tabs: true # tabs: true
features:
- navigation.instant
- navigation.instant.progress
- navigation.tabs
- navigation.tabs.sticky
- navigation.top
- navigation.footer
- search
- search.highlight
palette: palette:
primary: 'teal' primary: 'blue'
accent: 'light blue' accent: 'teal'
logo: 'images/openslice_logo.png' logo: 'images/openslice_logo.png'
icon:
repo: fontawesome/brands/gitlab
# Copyright # Copyright
copyright: "Copyright © 2019-2023 Openslice Project" copyright: "Copyright © 2019-2023 Openslice Project"
# Options # Options
extra: extra:
search: # search:
languages: "en" # languages: "en"
social: social:
- type: globe - type: fontawesome/classic/globe
link: http://openslice.io link: https://osl.etsi.org/
- type: github-alt - type: fontawesome/brands/gitlab
link: https://github.com/openslice link: https://labs.etsi.org/rep/osl
- type: twitter - type: fontawesome/brands/linkedin
link: https://www.linkedin.com/company/openslice/
- type: fontawesome/brands/x-twitter
link: https://twitter.com/OpensliceOSS link: https://twitter.com/OpensliceOSS
version: version:
provider: mike provider: mike
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment