automated terminal push
All checks were successful
learn org at code.softwareshinobi.com/databases.softwareshinobi.com/pipeline/head This commit looks good

This commit is contained in:
2025-06-05 19:18:37 -04:00
parent 9b54eae456
commit c718fb3fa9
38 changed files with 49 additions and 51 deletions

4
Jenkinsfile vendored
View File

@@ -51,4 +51,6 @@ pipeline {
}
}}
}
}

View File

@@ -7,9 +7,9 @@ services:
image: softwareshinobi/databases.softwareshinobi.com:server
build:
build:
context: .
context: server
dockerfile: Dockerfile
@@ -32,13 +32,13 @@ services:
MYSQL_USER: sandbox
MYSQL_PASSWORD: sandbox
databases.softwareshinobi.com-browser:
container_name: databases.softwareshinobi.com-browser
image: beeyev/phpmyadmin-lightweight
restart: unless-stopped
depends_on:
@@ -61,9 +61,9 @@ services:
image: softwareshinobi/databases.softwareshinobi.com:docs
build:
build:
context: docs
context: landing
dockerfile: Dockerfile

View File

@@ -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]

View File

@@ -2,11 +2,9 @@ FROM titom73/mkdocs AS MKDOCS_BUILD
RUN pip install markupsafe==2.0.1
RUN pip install mkdocs-blog-plugin
WORKDIR /docs
COPY . .
COPY . .
RUN mkdocs build

View File

Before

Width:  |  Height:  |  Size: 156 KiB

After

Width:  |  Height:  |  Size: 156 KiB

39
landing/mkdocs.yml Normal file
View 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]