Remove docute stuff
This commit is contained in:
parent
0d9c57ae5c
commit
98953c8bb4
12 changed files with 18 additions and 144 deletions
17
docs/index.md
Normal file
17
docs/index.md
Normal file
|
@ -0,0 +1,17 @@
|
|||
# Welcome to MkDocs
|
||||
|
||||
For full documentation visit [mkdocs.org](https://www.mkdocs.org).
|
||||
|
||||
## Commands
|
||||
|
||||
* `mkdocs new [dir-name]` - Create a new project.
|
||||
* `mkdocs serve` - Start the live-reloading docs server.
|
||||
* `mkdocs build` - Build the documentation site.
|
||||
* `mkdocs -h` - Print help message and exit.
|
||||
|
||||
## Project layout
|
||||
|
||||
mkdocs.yml # The configuration file.
|
||||
docs/
|
||||
index.md # The documentation homepage.
|
||||
... # Other markdown pages, images and other files.
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
66
index.dev.js
66
index.dev.js
|
@ -1,66 +0,0 @@
|
|||
new Docute({
|
||||
target: "app",
|
||||
router: {
|
||||
mode: "history",
|
||||
},
|
||||
|
||||
// Overrides for all languages
|
||||
overrides: {
|
||||
"/v0.2/": {
|
||||
sourcePath: "https://itsblue.dev/ScStw/documentation/raw/master/de",
|
||||
},
|
||||
"/": {
|
||||
// Define some general stuff
|
||||
title: "ScStw - Dokumentation",
|
||||
language: "Deutsch",
|
||||
sourcePath: "/de",
|
||||
|
||||
// Define the sidebar
|
||||
sidebar: [
|
||||
{
|
||||
title: "Einleitung",
|
||||
children: [
|
||||
{
|
||||
title: "Über die ScStw",
|
||||
link: "/",
|
||||
},
|
||||
{
|
||||
title: "Komponenten",
|
||||
link: "/introduction/components",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Benutzung",
|
||||
children: [
|
||||
{
|
||||
title: "Grundlagen",
|
||||
link: "/usage/basics",
|
||||
},
|
||||
{
|
||||
title: "Konfiguration des Rennens",
|
||||
link: "/usage/race-configuration",
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
|
||||
// Define footer
|
||||
footer: `
|
||||
<div style="border-top:1px solid var(--border-color);padding-top:0px;margin: 0px 0;color:#999999;font-size: .9rem;">
|
||||
Hinweis zum Sprachgebrauch: Aus Gründen der besseren Lesbarkeit wird auf die Verwendung der männlichen und weiblichen Sprachform verzichtet. Sämtliche Personenbezeichnungen gelten für alle Geschlechter. <br><br>
|
||||
Sie haben weitere Fragen? Wenden sie sich gerne <a href="https://itsblue.de/contact" target="blank">über unsere Webseite</a> oder per Mail an <a href="mailto:contact@itsblue.de">contact@itsblue.de</a> an uns.<br>
|
||||
© ${new Date().getFullYear()} Itsblue Development.
|
||||
</div>
|
||||
`,
|
||||
},
|
||||
},
|
||||
detectSystemDarkTheme: true,
|
||||
darkThemeToggler: true,
|
||||
footer: `
|
||||
<div style="border-top:1px solid var(--border-color);padding-top:0px;margin: 0px 0;color:#999999;font-size: .9rem;">
|
||||
Want more information? Feel free to contact us <a href="https://itsblue.de/contact" target="blank">on our website</a> or at <a href="mailto:contact@itsblue.de">contact@itsblue.de</a>.<br>
|
||||
© ${new Date().getFullYear()} Itsblue Development.
|
||||
</div>
|
||||
`,
|
||||
});
|
16
index.html
16
index.html
|
@ -1,16 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta
|
||||
name="viewport"
|
||||
content="width=device-width, initial-scale=1, shrink-to-fit=no"
|
||||
/>
|
||||
<link rel="stylesheet" href="docute-source/docute.css" />
|
||||
</head>
|
||||
<body>
|
||||
<div id="app"></div>
|
||||
<script src="docute-source/docute.js"></script>
|
||||
<script src="index.dev.js"></script>
|
||||
</body>
|
||||
</html>
|
60
index.js
60
index.js
|
@ -1,60 +0,0 @@
|
|||
new Docute({
|
||||
target: "app",
|
||||
router: {
|
||||
mode: "history",
|
||||
},
|
||||
|
||||
// Overrides for all languages
|
||||
overrides: {
|
||||
"/v0.2/": {
|
||||
sourcePath: "https://itsblue.dev/ScStw/documentation/raw/master/de",
|
||||
},
|
||||
"/": {
|
||||
// Define some general stuff
|
||||
title: "ScStw - Dokumentation",
|
||||
language: "Deutsch",
|
||||
sourcePath: "https://itsblue.dev/ScStw/documentation/raw/master/de",
|
||||
|
||||
// Define the sidebar
|
||||
sidebar: [
|
||||
{
|
||||
title: "Einleitung",
|
||||
children: [
|
||||
{
|
||||
title: "Über die ScStw",
|
||||
link: "/",
|
||||
},
|
||||
{
|
||||
title: "Komponenten",
|
||||
link: "/introduction/components",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Benutzung",
|
||||
children: [
|
||||
{
|
||||
title: "Grundlagen",
|
||||
link: "/usage/basics",
|
||||
},
|
||||
{
|
||||
title: "Konfiguration des Rennens",
|
||||
link: "/usage/race-configuration",
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
|
||||
// Define footer
|
||||
footer: `
|
||||
<div style="border-top:1px solid var(--border-color);padding-top:0px;margin: 0px 0;color:#999999;font-size: .9rem;">
|
||||
Hinweis zum Sprachgebrauch: Aus Gründen der besseren Lesbarkeit wird auf die Verwendung der männlichen und weiblichen Sprachform verzichtet. Sämtliche Personenbezeichnungen gelten für alle Geschlechter. <br><br>
|
||||
Sie haben weitere Fragen? Wenden sie sich gerne <a href="https://itsblue.de/contact" target="blank">über unsere Webseite</a> oder per Mail an <a href="mailto:contact@itsblue.de">contact@itsblue.de</a> an uns.<br>
|
||||
© ${new Date().getFullYear()} Itsblue Development.
|
||||
</div>
|
||||
`,
|
||||
},
|
||||
},
|
||||
detectSystemDarkTheme: true,
|
||||
darkThemeToggler: true,
|
||||
});
|
1
mkdocs.yml
Normal file
1
mkdocs.yml
Normal file
|
@ -0,0 +1 @@
|
|||
site_name: My Docs
|
Loading…
Reference in a new issue