Skip to content
Snippets Groups Projects
Verified Commit e5b62514 authored by Karel van Klink's avatar Karel van Klink :smiley_cat:
Browse files

initial move to mkdocs, lots of broken stuff to fix still

parent 9cd4988d
No related branches found
No related tags found
2 merge requests!12Move to MkDocs material,!11Move to MkDocs material
Showing
with 46 additions and 25 deletions
......@@ -6,5 +6,6 @@ venv/
# Documentation
docs/build
docs/vale/styles/*
!docs/vale/styles/Vocab/
vale/styles/*
!vale/styles/Vocab/
site/
......@@ -6,3 +6,15 @@ stages:
include:
# Documentation pipelines, both building and linting
- local: '/docs/.gitlab-ci.yml'
#image: python:latest
#pages:
# stage: deploy
# script:
# - pip install mkdocs-material
# - mkdocs build --site-dir public
# artifacts:
# paths:
# - public
# rules:
# - if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH'
# Minimal makefile for Sphinx documentation
#
# You can set these variables from the command line, and also
# from the environment for the first two.
SPHINXOPTS ?=
SPHINXBUILD ?= sphinx-build
SOURCEDIR = .
BUILDDIR = build
# Put it first so that "make" without argument is like "make help".
help:
@$(SPHINXBUILD) -M help "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
.PHONY: help Makefile
# Catch-all target: route all unknown targets to Sphinx using the new
# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).
%: Makefile
@$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
:root {
--md-primary-fg-color: #EE0F0F;
--md-primary-fg-color--light: #ECB7B7;
--md-primary-fg-color--dark: #90030C;
}
.wy-menu > p > span {
color: rgb(237 21 86);
}
# General
site_name: Geant Automation Platform
site_url: https://docs.gap.geant.org/
site_author: GÉANT Orchestration and Automation Team
site_description: General documentation for the GÉANT Automation Platform
# Repository
repo_name: goat/gap/geant-automation-platform
repo_url: https://gitlab.software.geant.org/goat/gap/geant-automation-platform
# Theme
theme:
name: material
palette:
primary: custom
extra_css:
- static/stylesheets/extra.css
# Page tree
nav:
- Home: index.md
- Architecture:
- Overview: overview/index.md
- Modeling:
- modeling/index.md
- Ports: modeling/ports.md
File moved
File moved
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