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
5bff6fb0
Commit
5bff6fb0
authored
1 year ago
by
jurgenhaas
Browse files
Options
Downloads
Patches
Plain Diff
Updates
parent
f667acea
Branches
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#1019386
passed
1 year ago
Stage: build
Stage: deploy
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitignore
+2
-0
2 additions, 0 deletions
.gitignore
docker-compose.yml
+2
-2
2 additions, 2 deletions
docker-compose.yml
mkdocs.yml
+1
-0
1 addition, 0 deletions
mkdocs.yml
with
5 additions
and
2 deletions
.gitignore
+
2
−
0
View file @
5bff6fb0
/.cache/
/site/
/site/
/.ahoy.l3d
/.ahoy.l3d
/.env
/.env
/docs/diagrams/uml/out/
/docs/diagrams/uml/out/
/docs/__pycache__/
This diff is collapsed.
Click to expand it.
docker-compose.yml
+
2
−
2
View file @
5bff6fb0
...
@@ -3,13 +3,13 @@ version: '3.7'
...
@@ -3,13 +3,13 @@ version: '3.7'
services
:
services
:
mkdocs
:
mkdocs
:
container_name
:
mkdocs
container_name
:
mkdocs
image
:
polinux
/mkdocs:1.2.
3
image
:
registry.lakedrops.com/docker
/mkdocs:1.
5.
2.
2
restart
:
unless-stopped
restart
:
unless-stopped
ports
:
ports
:
-
8999:8000
-
8999:8000
environment
:
environment
:
LIVE_RELOAD_SUPPORT
:
'
true'
LIVE_RELOAD_SUPPORT
:
'
true'
ADD_MODULES
:
fontawesome-markdown mkdocs-git-revision-date-localized-plugin mkdocs-material==
8.3.9
mkdocs-build-plantuml-plugin mkdocs-new-features-notifier mkdocs-git-authors-plugin markdown-include mkdocs-simple-hooks mkdocs-video
ADD_MODULES
:
fontawesome-markdown mkdocs-git-revision-date-localized-plugin mkdocs-material==
9.4.1 mkdocs-material[imaging]
mkdocs-build-plantuml-plugin mkdocs-new-features-notifier mkdocs-git-authors-plugin markdown-include mkdocs-simple-hooks mkdocs-video
tzdata mkdocs-backlinks
FAST_MODE
:
'
true'
FAST_MODE
:
'
true'
DOCS_DIRECTORY
:
/mkdocs
DOCS_DIRECTORY
:
/mkdocs
volumes
:
volumes
:
...
...
This diff is collapsed.
Click to expand it.
mkdocs.yml
+
1
−
0
View file @
5bff6fb0
site_name
:
DevOps Tools
site_name
:
DevOps Tools
site_url
:
https://devops-tools.docs.lakedrops.com
site_url
:
https://devops-tools.docs.lakedrops.com
site_description
:
Documentation for LakeDrops tools and projects
site_description
:
Documentation for LakeDrops tools and projects
dev_addr
:
127.0.0.1:8000
theme
:
theme
:
name
:
material
name
:
material
custom_dir
:
overrides
custom_dir
:
overrides
...
...
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