-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "[wip] moved to sphinx documentation generation"
This reverts commit 0e6529f.
- Loading branch information
Showing
33 changed files
with
157 additions
and
257 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
title: Dynamic Campaign Tools | ||
tagline: Dynamic Campaigns for DCS | ||
description: Mission scripting framework for persistent Digital Combat Simulator (DCS) missions. | ||
remote_theme: pmarsceill/just-the-docs | ||
aux_links_new_tab: true | ||
github_link: "https://github.com/jtoppins/dct" | ||
discord_link: "https://discord.gg/6z8uERVW5Y" | ||
release_link: "https://github.com/jtoppins/dct/releases/latest" | ||
aux_links: | ||
"DCT on GitHub": | ||
- "https://github.com/jtoppins/dct" | ||
"Contact Us": | ||
- "https://discord.gg/6z8uERVW5Y" | ||
color_scheme: light |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
// remove borders | ||
$border: 0px none; | ||
|
||
// page body | ||
$body-background-color: $white; | ||
$table-background-color: $white; | ||
$code-background-color: $grey-lt-200; | ||
$body-text-color: $grey-dk-100; | ||
$body-heading-color: $grey-dk-300; | ||
$link-color: $blue-000; | ||
$btn-primary-color: $purple-100; | ||
|
||
// side navigation bar | ||
$sidebar-color: $grey-dk-000; | ||
$nav-child-link-color: $grey-dk-100; | ||
//$nav-list-item-height: $sp-6; | ||
//$nav-list-item-height-sm: $sp-8; | ||
$nav-list-expander-right: false; | ||
|
||
// search bar | ||
$search-background-color: $white; | ||
$feedback-color: darken($sidebar-color, 3%); | ||
$search-result-preview-color: $grey-dk-000; | ||
$search-results-width: $content-width - $nav-width; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
a:not([class]) { | ||
background-image: none; | ||
|
||
&:hover { | ||
background-image: none; | ||
} | ||
} | ||
|
||
blockquote { | ||
color: gray; | ||
margin-top: 10px; | ||
margin-bottom: 10px; | ||
margin-left: 50px; | ||
padding-left: 15px; | ||
border-left: 3px solid #ccc; | ||
} |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
--- | ||
--- | ||
{% include css/just-the-docs.scss.liquid color_scheme="dct" %} |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.