diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 7c0b53d92367b5c672255c7e880cc22b113e8018..380c99119b783f4962248480b86f9a203b8450fe 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,13 +1,11 @@
-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
+
diff --git a/mkdocs.yml b/mkdocs.yml
index f6a59de96e78927fdcc3db932dc02de66a35ef5c..02ede1a372c88c8ca16a778ff3b617d95c922567 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -1,32 +1,23 @@
-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'