File tree 1 file changed +12
-9
lines changed
1 file changed +12
-9
lines changed Original file line number Diff line number Diff line change 1
- ## See installation instructions for:
1
+ ## JupyterHub helm charts
2
+ {:.no_toc}
3
+
4
+ See installation instructions for:
2
5
3
6
- [ JupyterHub] ( https://zero-to-jupyterhub.readthedocs.io )
4
7
- [ BinderHub] ( https://binderhub.readthedocs.io )
5
8
6
9
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 }
10
13
11
14
12
15
## Stable releases
@@ -26,16 +29,16 @@ Jump to:
26
29
{%- endif %}
27
30
{% endfor %}
28
31
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
+
32
37
{%- assign year_ago = 'now' | date: "%s" | minus: 31536000 %}
33
38
34
39
{% for chartmap in site.data.index.entries %}
35
40
### Development releases: {{ chartmap[ 0] }}
36
41
37
- Development releases older than one year isn't listed below.
38
-
39
42
| Version | Date | App. version |
40
43
| ---------| ------| ---------------------|
41
44
{%- assign sortedcharts = chartmap[ 1] | sort: 'created' | reverse %}
You can’t perform that action at this time.
0 commit comments