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
# remote_branch: gh-pages
# Theme and overrides, i.e. language partial
# https://squidfunk.github.io/mkdocs-material/creating-your-site/
theme:
name: mkdocs
name: material
# Don't include MkDocs' JavaScript
include_search_page: false
search_index_only: true
#include_search_page: false
#search_index_only: true
# Default values, taken from mkdocs_theme.yml
language: en
feature:
tabs: true
# feature:
# tabs: true
features:
- navigation.instant
- navigation.instant.progress
- navigation.tabs
- navigation.tabs.sticky
- navigation.top
- navigation.footer
- search
- search.highlight
palette:
primary: 'teal'
accent: 'light blue'
primary: 'blue'
accent: 'teal'
logo: 'images/openslice_logo.png'
icon:
repo: fontawesome/brands/gitlab
# Copyright
copyright: "Copyright © 2019-2023 Openslice Project"
# Options
extra:
search:
languages: "en"
# search:
# languages: "en"
social:
- type: globe
link: http://openslice.io
- type: github-alt
link: https://github.com/openslice
- type: twitter
- type: fontawesome/classic/globe
link: https://osl.etsi.org/
- type: fontawesome/brands/gitlab
link: https://labs.etsi.org/rep/osl
- type: fontawesome/brands/linkedin
link: https://www.linkedin.com/company/openslice/
- type: fontawesome/brands/x-twitter
link: https://twitter.com/OpensliceOSS
version:
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