Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
Documentation
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
DevOps Tools
Documentation
Commits
ad485178
Commit
ad485178
authored
4 years ago
by
jurgenhaas
Browse files
Options
Downloads
Patches
Plain Diff
Configure search, theme and plantuml
parent
99c7aa12
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
.gitignore
+1
-0
1 addition, 0 deletions
.gitignore
docker-compose.yml
+1
-1
1 addition, 1 deletion
docker-compose.yml
docs/diagrams/src/test1.puml
+6
-0
6 additions, 0 deletions
docs/diagrams/src/test1.puml
docs/index.md
+2
-0
2 additions, 0 deletions
docs/index.md
mkdocs.yml
+13
-0
13 additions, 0 deletions
mkdocs.yml
with
23 additions
and
1 deletion
.gitignore
+
1
−
0
View file @
ad485178
/site/
/.ahoy.l3d
/.env
/docs/diagrams/out/
This diff is collapsed.
Click to expand it.
docker-compose.yml
+
1
−
1
View file @
ad485178
...
...
@@ -9,7 +9,7 @@ services:
-
8999:8000
environment
:
LIVE_RELOAD_SUPPORT
:
'
true'
ADD_MODULES
:
fontawesome-markdown mkdocs-git-revision-date-localized-plugin mkdocs-material
ADD_MODULES
:
fontawesome-markdown mkdocs-git-revision-date-localized-plugin mkdocs-material
mkdocs-build-plantuml-plugin
FAST_MODE
:
'
true'
DOCS_DIRECTORY
:
/mkdocs
volumes
:
...
...
This diff is collapsed.
Click to expand it.
docs/diagrams/src/test1.puml
0 → 100644
+
6
−
0
View file @
ad485178
@startuml
Goofy -> MickeyMouse: calls
Goofy <-- MickeyMouse: responds
@enduml
This diff is collapsed.
Click to expand it.
docs/index.md
+
2
−
0
View file @
ad485178
# Welcome to DevOps Tools
For full documentation visit
[
mkdocs.org
](
https://mkdocs.org
)
.

This diff is collapsed.
Click to expand it.
mkdocs.yml
+
13
−
0
View file @
ad485178
site_name
:
DevOps Tools
theme
:
name
:
material
plugins
:
-
search
:
lang
:
en
-
build_plantuml
:
render
:
"
server"
server
:
"
http://www.plantuml.com/plantuml"
output_format
:
"
svg"
diagram_root
:
"
docs/diagrams"
output_folder
:
"
out"
input_folder
:
"
src"
input_extensions
:
"
"
nav
:
-
Home
:
index.md
-
Docker
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment