automated terminal push
All checks were successful
learn org at code.softwareshinobi.com/databases.softwareshinobi.com/pipeline/head This commit looks good
All checks were successful
learn org at code.softwareshinobi.com/databases.softwareshinobi.com/pipeline/head This commit looks good
This commit is contained in:
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@@ -51,4 +51,6 @@ pipeline {
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}}
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ services:
|
|||||||
|
|
||||||
build:
|
build:
|
||||||
|
|
||||||
context: .
|
context: server
|
||||||
|
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
|
|
||||||
@@ -63,7 +63,7 @@ services:
|
|||||||
|
|
||||||
build:
|
build:
|
||||||
|
|
||||||
context: docs
|
context: landing
|
||||||
|
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
|
|
||||||
|
|||||||
@@ -1,41 +0,0 @@
|
|||||||
|
|
||||||
docs_dir: docs
|
|
||||||
|
|
||||||
site_name: Shinobi Academy Database
|
|
||||||
|
|
||||||
##
|
|
||||||
## Find More Themes Here:
|
|
||||||
##
|
|
||||||
## https://mkdocs.github.io/mkdocs-bootswatch/
|
|
||||||
##
|
|
||||||
## List of theme values:
|
|
||||||
##
|
|
||||||
## mkdocs, readthedocs, material, cerulean, cosmo,
|
|
||||||
## cyborg, darkly, flatly, journal, litera, lumen, lux,
|
|
||||||
## materia, minty, pulse, sandstone, simplex, slate, solar,
|
|
||||||
## spacelab, superhero, united, yeti
|
|
||||||
##
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
theme:
|
|
||||||
name: material
|
|
||||||
features:
|
|
||||||
- navigation.top
|
|
||||||
- navigation.tabs
|
|
||||||
- navigation.sections
|
|
||||||
- toc.integrate
|
|
||||||
- toc.follow
|
|
||||||
- search.highlight
|
|
||||||
# Disable search and sidebars
|
|
||||||
palette:
|
|
||||||
primary: 'indigo'
|
|
||||||
accent: 'indigo'
|
|
||||||
features:
|
|
||||||
- navigation.tabs
|
|
||||||
- toc.integrate
|
|
||||||
- toc.follow
|
|
||||||
|
|
||||||
|
|
||||||
extra_css: [styling.css]
|
|
||||||
@@ -2,8 +2,6 @@ FROM titom73/mkdocs AS MKDOCS_BUILD
|
|||||||
|
|
||||||
RUN pip install markupsafe==2.0.1
|
RUN pip install markupsafe==2.0.1
|
||||||
|
|
||||||
RUN pip install mkdocs-blog-plugin
|
|
||||||
|
|
||||||
WORKDIR /docs
|
WORKDIR /docs
|
||||||
|
|
||||||
COPY . .
|
COPY . .
|
||||||
|
Before Width: | Height: | Size: 156 KiB After Width: | Height: | Size: 156 KiB |
39
landing/mkdocs.yml
Normal file
39
landing/mkdocs.yml
Normal file
@@ -0,0 +1,39 @@
|
|||||||
|
|
||||||
|
docs_dir: docs
|
||||||
|
|
||||||
|
site_name: "Java Team Six: Databases"
|
||||||
|
|
||||||
|
theme:
|
||||||
|
|
||||||
|
palette:
|
||||||
|
|
||||||
|
scheme: slate
|
||||||
|
|
||||||
|
primary: deep orange
|
||||||
|
|
||||||
|
accent: purple
|
||||||
|
|
||||||
|
##
|
||||||
|
## Find More Themes Here:
|
||||||
|
##
|
||||||
|
## https://mkdocs.github.io/mkdocs-bootswatch/
|
||||||
|
##
|
||||||
|
## List of theme values:
|
||||||
|
##
|
||||||
|
## mkdocs, readthedocs, material, cerulean, cosmo,
|
||||||
|
## cyborg, darkly, flatly, journal, litera, lumen, lux,
|
||||||
|
## materia, minty, pulse, sandstone, simplex, slate, solar,
|
||||||
|
## spacelab, superhero, united, yeti
|
||||||
|
##
|
||||||
|
|
||||||
|
name: material
|
||||||
|
|
||||||
|
##
|
||||||
|
## you can alternate colors for the navigation header.
|
||||||
|
##
|
||||||
|
## Allowed values: primary (the default), dark, and light:
|
||||||
|
##
|
||||||
|
|
||||||
|
nav_style: primary
|
||||||
|
|
||||||
|
extra_css: [assets/styling.css]
|
||||||
Reference in New Issue
Block a user