automated terminal push
Some checks failed
learn org at code.softwareshinobi.com/linux.softwareshinobi.com/pipeline/head There was a failure building this commit
Some checks failed
learn org at code.softwareshinobi.com/linux.softwareshinobi.com/pipeline/head There was a failure building this commit
This commit is contained in:
@@ -1 +1,17 @@
|
|||||||
reset;clear;mkdocs serve
|
#!/bin/bash
|
||||||
|
|
||||||
|
##
|
||||||
|
|
||||||
|
reset
|
||||||
|
|
||||||
|
clear
|
||||||
|
|
||||||
|
##
|
||||||
|
|
||||||
|
set -e
|
||||||
|
|
||||||
|
set -x
|
||||||
|
|
||||||
|
##
|
||||||
|
|
||||||
|
mkdocs serve
|
||||||
|
|||||||
@@ -1,18 +1,18 @@
|
|||||||
|
|
||||||
docs_dir: docs
|
docs_dir: docs
|
||||||
|
|
||||||
site_name: Shinobi Academy Linux
|
site_name: "Java Team Six: Linux"
|
||||||
|
|
||||||
theme:
|
theme:
|
||||||
|
|
||||||
palette:
|
palette:
|
||||||
|
|
||||||
scheme: slate
|
scheme: slate
|
||||||
|
|
||||||
primary: deep orange
|
primary: deep orange
|
||||||
|
|
||||||
accent: purple
|
accent: purple
|
||||||
|
|
||||||
##
|
##
|
||||||
## Find More Themes Here:
|
## Find More Themes Here:
|
||||||
##
|
##
|
||||||
@@ -20,20 +20,20 @@ theme:
|
|||||||
##
|
##
|
||||||
## List of theme values:
|
## List of theme values:
|
||||||
##
|
##
|
||||||
## mkdocs, readthedocs, material, cerulean, cosmo,
|
## mkdocs, readthedocs, material, cerulean, cosmo,
|
||||||
## cyborg, darkly, flatly, journal, litera, lumen, lux,
|
## cyborg, darkly, flatly, journal, litera, lumen, lux,
|
||||||
## materia, minty, pulse, sandstone, simplex, slate, solar,
|
## materia, minty, pulse, sandstone, simplex, slate, solar,
|
||||||
## spacelab, superhero, united, yeti
|
## spacelab, superhero, united, yeti
|
||||||
##
|
##
|
||||||
|
|
||||||
name: material
|
name: material
|
||||||
|
|
||||||
##
|
##
|
||||||
## you can alternate colors for the navigation header.
|
## you can alternate colors for the navigation header.
|
||||||
##
|
##
|
||||||
## Allowed values: primary (the default), dark, and light:
|
## Allowed values: primary (the default), dark, and light:
|
||||||
##
|
##
|
||||||
|
|
||||||
nav_style: primary
|
nav_style: primary
|
||||||
|
|
||||||
extra_css: [assets/styling.css]
|
extra_css: [assets/styling.css]
|
||||||
|
|||||||
17
mkdocs.bash
17
mkdocs.bash
@@ -1,17 +0,0 @@
|
|||||||
#!/bin/bash
|
|
||||||
|
|
||||||
##
|
|
||||||
|
|
||||||
reset
|
|
||||||
|
|
||||||
clear
|
|
||||||
|
|
||||||
##
|
|
||||||
|
|
||||||
set -e
|
|
||||||
|
|
||||||
set -x
|
|
||||||
|
|
||||||
##
|
|
||||||
|
|
||||||
mkdocs serve
|
|
||||||
Reference in New Issue
Block a user