不要怂,就是干,撸起袖子干!

Commit 31c89418 by Sascha Depold

Add changelog to rtd

1 parent e8e11e6b
../changelog.md
\ No newline at end of file
......@@ -10,6 +10,7 @@ more.
[Installation](docs/getting-started/)
## Example usage
```js
var Sequelize = require('sequelize');
var sequelize = new Sequelize('database', 'username', 'password');
......
......@@ -6,6 +6,7 @@
<li class="toctree-l1 {% if nav_item.active%}current{%endif%}">
<a class="{% if nav_item.active%}current{%endif%}" href="{{ nav_item.url }}">{{ nav_item.title }}</a>
{% if nav_item == current_page %}
{% if nav_item.title != "Changelog" %}
<ul>
{% for toc_item in toc %}
<li class="toctree-l2"><a href="{{ toc_item.url }}">{{ toc_item.title }}</a></li>
......@@ -14,6 +15,7 @@
{% endfor %}
{% endfor %}
</ul>
{% endif %}
{% endif %}
</li>
{% endfor %}
......
......@@ -35,4 +35,6 @@ pages:
- ['api/datatypes.md', 'API', 'Datatypes']
- ['api/errors.md', 'API', 'Errors']
- ['imprint.md', 'Imprint']
- ['changelog.md', 'Misc', 'Changelog']
- ['imprint.md', 'Misc', 'Imprint']
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!