Skip to content

Commit db4aeaf

Browse files
authored
Merge pull request #144 from minrk/title-toc
set title, table of contents
2 parents d60571d + 8b7ae1a commit db4aeaf

File tree

1 file changed

+12
-9
lines changed

1 file changed

+12
-9
lines changed

index.md

+12-9
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
1-
## See installation instructions for:
1+
## JupyterHub helm charts
2+
{:.no_toc}
3+
4+
See installation instructions for:
25

36
- [JupyterHub](https://zero-to-jupyterhub.readthedocs.io)
47
- [BinderHub](https://binderhub.readthedocs.io)
58

69
Jump to:
7-
{%- for chartmap in site.data.index.entries %}
8-
- [Development Releases: {{ chartmap[0] }}](#development-releases-{{ chartmap[0] | slugify }})
9-
{%- endfor %}
10+
11+
- this list will be replaced with the table of contents
12+
{:toc}
1013

1114

1215
## Stable releases
@@ -26,16 +29,16 @@ Jump to:
2629
{%- endif %}
2730
{% endfor %}
2831

29-
{%- comment %}
30-
Limit advertised development releases to those published in the last year
31-
{%- endcomment %}
32+
## Development releases
33+
34+
Development releases older than one year aren't listed below,
35+
but can still be installed with `helm`.
36+
3237
{%- assign year_ago = 'now' | date: "%s" | minus: 31536000 %}
3338

3439
{% for chartmap in site.data.index.entries %}
3540
### Development releases: {{ chartmap[0] }}
3641

37-
Development releases older than one year isn't listed below.
38-
3942
| Version | Date | App. version |
4043
|---------|------|---------------------|
4144
{%- assign sortedcharts = chartmap[1] | sort: 'created' | reverse %}

0 commit comments

Comments
 (0)