Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
nni
Commits
1700596a
Unverified
Commit
1700596a
authored
Apr 07, 2022
by
Yuge Zhang
Committed by
GitHub
Apr 07, 2022
Browse files
Readme index update (#4722)
parent
f9bbd8d0
Changes
47
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
3 additions
and
36 deletions
+3
-36
docs/static/img/Sign.png
docs/static/img/Sign.png
+0
-0
docs/static/img/Sweat.png
docs/static/img/Sweat.png
+0
-0
docs/static/img/Weaving.png
docs/static/img/Weaving.png
+0
-0
docs/static/img/Working.png
docs/static/img/Working.png
+0
-0
docs/static/img/home.svg
docs/static/img/home.svg
+0
-26
docs/static/js/misc.js
docs/static/js/misc.js
+0
-10
docs/templates/globaltoc.html
docs/templates/globaltoc.html
+3
-0
No files found.
docs/static/img/Sign.png
deleted
100644 → 0
View file @
f9bbd8d0
244 KB
docs/static/img/Sweat.png
deleted
100644 → 0
View file @
f9bbd8d0
239 KB
docs/static/img/Weaving.png
deleted
100644 → 0
View file @
f9bbd8d0
421 KB
docs/static/img/Working.png
deleted
100644 → 0
View file @
f9bbd8d0
285 KB
docs/static/img/home.svg
deleted
100644 → 0
View file @
f9bbd8d0
This diff is collapsed.
Click to expand it.
docs/static/js/misc.js
View file @
1700596a
...
...
@@ -42,16 +42,6 @@ function hide_nav() {
}
}
function
hide_toc_header
()
{
const
d
=
$
(
"
.md-nav__title.md-nav__title--site
"
);
// https://stackoverflow.com/questions/11362085/jquery-get-text-for-element-without-children-text
const
pageTitle
=
$
(
"
#index--page-root
"
).
clone
().
children
().
remove
().
end
().
text
();
if
(
d
.
text
().
trim
()
==
pageTitle
)
{
d
.
hide
();
}
}
$
(
document
).
ready
(
function
()
{
hide_nav
();
hide_toc_header
();
});
docs/templates/globaltoc.html
View file @
1700596a
...
...
@@ -2,6 +2,9 @@
{% if toctree and sidebars and 'globaltoc.html' in sidebars %}
{% set toctree_nodes = derender_toc(toctree, False) %}
<ul
class=
"md-nav__list"
>
<li
class=
"md-nav__item md-nav__overview"
>
<a
href=
"{{ pathto('index')|e }}"
class=
"md-nav__link{% if pagename == 'index' %} md-nav__link--active{% endif %}"
>
{{ _('Overview') }}
</a>
</li>
{%- for item in toctree_nodes recursive %}
<li
class=
"md-nav__item"
>
{% if "caption" in item %}
...
...
Prev
1
2
3
Next
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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