Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
moodle-qtype_stack
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
elc
moodle-qtype_stack
Commits
1cb3b340
Commit
1cb3b340
authored
5 years ago
by
Malthe
Browse files
Options
Downloads
Patches
Plain Diff
Change style to light
Add link to home STACK in nav bar Remove Sitemap
parent
c96985ef
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
doc/en/Site_map.md
+0
-3
0 additions, 3 deletions
doc/en/Site_map.md
mkdocs.yml
+4
-0
4 additions, 0 deletions
mkdocs.yml
overrides/main.html
+7
-1
7 additions, 1 deletion
overrides/main.html
with
11 additions
and
4 deletions
doc/en/Site_map.md
deleted
100644 → 0
+
0
−
3
View file @
c96985ef
# Site map
A directory listing of all the documents.
This diff is collapsed.
Click to expand it.
mkdocs.yml
+
4
−
0
View file @
1cb3b340
...
@@ -3,8 +3,12 @@ extra_javascript:
...
@@ -3,8 +3,12 @@ extra_javascript:
-
https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js?config=TeX-AMS-MML_HTMLorMML
-
https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js?config=TeX-AMS-MML_HTMLorMML
theme
:
theme
:
name
:
bootstrap
name
:
bootstrap
#name: readthedocs
custom_dir
:
overrides
custom_dir
:
overrides
logo
:
img/logo_large.svg
logo
:
img/logo_large.svg
nav_style
:
light
docs_dir
:
'
doc/en'
docs_dir
:
'
doc/en'
#extra_css:
# - custom.css
markdown_extensions
:
markdown_extensions
:
-
mdx_math
-
mdx_math
\ No newline at end of file
This diff is collapsed.
Click to expand it.
overrides/main.html
+
7
−
1
View file @
1cb3b340
...
@@ -8,11 +8,17 @@
...
@@ -8,11 +8,17 @@
<!-- Adds logo to navigation bar. -->
<!-- Adds logo to navigation bar. -->
{% block site_name %}
{% block site_name %}
<a
class=
"navbar-brand"
href=
"https://malthesrepo.readthedocs.io/en/latest/"
><img
style=
"vertical-align:baseline"
src=
"/img/logo_large.png"
alt=
"STACK logo"
height=
"20"
>
STACK
</a>
<a
class=
"navbar-brand"
href=
"/../"
><img
style=
"vertical-align:baseline"
src=
"/img/logo_large.png"
alt=
"STACK logo"
height=
"20"
><b>
STACK
</b></a><b>
<a
class=
"navbar-brand"
>
>
</a>
</b>
<a
class=
"navbar-brand"
href=
"/"
><b>
Documentation
</b></a>
{% endblock %}
{% block next_prev %}
{% endblock %}
{% endblock %}
<!-- Specifies styles for columns and rows. -->
<!-- Specifies styles for columns and rows. -->
{% block extrahead %}
{% block extrahead %}
<style>
<style>
div
.footerColumn
{
div
.footerColumn
{
max-width
:
350px
;
max-width
:
350px
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment