Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
xerus
xerus
Commits
cfefc214
Commit
cfefc214
authored
May 29, 2017
by
Ben Huber
Browse files
permalink fix for homepage
parent
8c232733
Pipeline
#749
passed with stages
in 8 minutes and 16 seconds
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
doc/doxygen/DoxygenLayout.xml
View file @
cfefc214
...
...
@@ -20,8 +20,8 @@
<tab
type=
"filelist"
visible=
"yes"
title=
""
intro=
""
/>
<tab
type=
"globals"
visible=
"yes"
title=
""
intro=
""
/>
</tab>
<tab
type=
"user"
url=
"/documentation
.html
"
title=
"Documentation"
/>
<tab
type=
"user"
url=
"/examples
.html
"
title=
"Examples"
/>
<tab
type=
"user"
url=
"/documentation
/
"
title=
"Documentation"
/>
<tab
type=
"user"
url=
"/examples
/
"
title=
"Examples"
/>
<tab
type=
"user"
url=
"https://git.hemio.de/xerus/xerus"
title=
"Git"
/>
<tab
type=
"user"
url=
"https://git.hemio.de/xerus/xerus/issues"
title=
"Issue-Tracker"
/>
</navindex>
...
...
doc/jekyll/_config.yml
View file @
cfefc214
...
...
@@ -9,7 +9,7 @@ description: Documentation for the xerus library.
# run it like so: jekyll serve --baseurl=''
baseurl
:
'
'
permalink
:
/:title
permalink
:
/:title
/
# paginate: 3
highlighter
:
rouge
...
...
doc/jekyll/_includes/header.html
View file @
cfefc214
...
...
@@ -34,14 +34,14 @@
<nav
class=
"collapse navbar-collapse bs-navbar-collapse"
role=
"navigation"
>
<ul
class=
"nav navbar-nav"
>
{% if page.section == "Documentation" %}
<li
class=
"active"
><a
href=
"{{ site.baseurl }}/documentation
.html
"
>
Documentation
</a></li>
<li
class=
"active"
><a
href=
"{{ site.baseurl }}/documentation
/
"
>
Documentation
</a></li>
{% else %}
<li><a
href=
"{{ site.baseurl }}/documentation
.html
"
>
Documentation
</a></li>
<li><a
href=
"{{ site.baseurl }}/documentation
/
"
>
Documentation
</a></li>
{% endif %}
{% if page.section == "Examples" %}
<li
class=
"active"
><a
href=
"{{ site.baseurl }}/examples
.html
"
>
Examples
</a></li>
<li
class=
"active"
><a
href=
"{{ site.baseurl }}/examples
/
"
>
Examples
</a></li>
{% else %}
<li><a
href=
"{{ site.baseurl }}/examples
.html
"
>
Examples
</a></li>
<li><a
href=
"{{ site.baseurl }}/examples
/
"
>
Examples
</a></li>
{% endif %}
</ul>
<ul
class=
"nav navbar-nav navbar-right"
>
...
...
doc/jekyll/_includes/sidebar-content.html
View file @
cfefc214
...
...
@@ -25,8 +25,8 @@
{% elsif page.section == "Examples" %}
{% else %}
<a
href=
"{{ site.baseurl }}/documentation
.html
"
><h1>
Documentation
</h1></a>
<a
href=
"{{ site.baseurl }}/examples
.html
"
><h1>
Examples
</h1></a>
<a
href=
"{{ site.baseurl }}/documentation
/
"
><h1>
Documentation
</h1></a>
<a
href=
"{{ site.baseurl }}/examples
/
"
><h1>
Examples
</h1></a>
<a
href=
"https://git.hemio.de/xerus/xerus/"
><h1>
Git
</h1></a>
<a
href=
"https://git.hemio.de/xerus/xerus/issues"
><h1>
Issue-Tracker
</h1></a>
<a
href=
"mailto:contact@libxerus.org"
><h1>
Contact
</h1></a>
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment