From e82ba688eb8e583fda9b295d6cccbdce053e2f38 Mon Sep 17 00:00:00 2001 From: Software Shinobi Date: Thu, 5 Jun 2025 19:53:20 -0400 Subject: [PATCH] automated terminal push --- landing/mkdocs.bash | 18 +++++++++++++++++- landing/mkdocs.yml | 18 +++++++++--------- mkdocs.bash | 17 ----------------- 3 files changed, 26 insertions(+), 27 deletions(-) delete mode 100755 mkdocs.bash diff --git a/landing/mkdocs.bash b/landing/mkdocs.bash index ebcd21b..a52d4bd 100755 --- a/landing/mkdocs.bash +++ b/landing/mkdocs.bash @@ -1 +1,17 @@ -reset;clear;mkdocs serve +#!/bin/bash + +## + +reset + +clear + +## + +set -e + +set -x + +## + +mkdocs serve diff --git a/landing/mkdocs.yml b/landing/mkdocs.yml index 8c78b92..6dce907 100644 --- a/landing/mkdocs.yml +++ b/landing/mkdocs.yml @@ -1,18 +1,18 @@ docs_dir: docs -site_name: Shinobi Academy Linux +site_name: "Java Team Six: Linux" theme: palette: - + scheme: slate primary: deep orange accent: purple - + ## ## Find More Themes Here: ## @@ -20,20 +20,20 @@ theme: ## ## List of theme values: ## - ## mkdocs, readthedocs, material, cerulean, cosmo, + ## mkdocs, readthedocs, material, cerulean, cosmo, ## cyborg, darkly, flatly, journal, litera, lumen, lux, ## materia, minty, pulse, sandstone, simplex, slate, solar, - ## spacelab, superhero, united, yeti + ## 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] diff --git a/mkdocs.bash b/mkdocs.bash deleted file mode 100755 index a52d4bd..0000000 --- a/mkdocs.bash +++ /dev/null @@ -1,17 +0,0 @@ -#!/bin/bash - -## - -reset - -clear - -## - -set -e - -set -x - -## - -mkdocs serve