Skip to content
Snippets Groups Projects
Commit aeb4603a authored by jamkit's avatar jamkit
Browse files

uusi pohja

parent f8e34402
No related branches found
No related tags found
No related merge requests found
image: python:3.7.1-slim
image: gitlab.labranet.jamk.fi:4567/tools-and-services/mkdocs-plantuml-docker
pages:
script:
- pip install mkdocs
- pip install mkdocs-material
- mkdocs --version
- mkdocs build
artifacts:
paths:
- public
tags:
- general
script:
- mkdocs build
artifacts:
paths:
- public
tags:
- general
site_name: OPF VANILLA Template Project Site
site_url: http://open-project-framework.pages.labranet.jamk.fi/opf-vanilla-en
site_author: Team ?X?
docs_dir: dokumentaatio
site_name: OPF Projektirunko kursseille TTOS0800+TTOS0900
site_url: http://open-project-framework.pages.labranet.jamk.fi/opf-for-ttos0800-ttos0900-v1
site_author: Team X
docs_dir: dokumentit
site_dir: public
site_name: Example site
markdown_extensions:
- toc:
anchorlink: True
separator: "_"
- admonition
- tables
- sane_lists
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_div_format
extra_css:
- https://unpkg.com/mermaid@7.1.2/dist/mermaid.css
extra_javascript:
- https://unpkg.com/mermaid@7.1.2/dist/mermaid.min.js
- plantuml-markdown
- toc:
anchorlink: True
separator: "_"
- admonition
- tables
- sane_lists
theme:
name: 'material'
palette:
primary: 'black'
accent: 'black'
logo:
icon: 'home'
\ No newline at end of file
name: 'material'
palette:
primary: 'black'
accent: 'black'
logo:
icon: 'assignment'
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