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

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. ...@@ -10,6 +10,7 @@ more.
[Installation](docs/getting-started/) [Installation](docs/getting-started/)
## Example usage ## Example usage
```js ```js
var Sequelize = require('sequelize'); var Sequelize = require('sequelize');
var sequelize = new Sequelize('database', 'username', 'password'); var sequelize = new Sequelize('database', 'username', 'password');
......
...@@ -6,6 +6,7 @@ ...@@ -6,6 +6,7 @@
<li class="toctree-l1 {% if nav_item.active%}current{%endif%}"> <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> <a class="{% if nav_item.active%}current{%endif%}" href="{{ nav_item.url }}">{{ nav_item.title }}</a>
{% if nav_item == current_page %} {% if nav_item == current_page %}
{% if nav_item.title != "Changelog" %}
<ul> <ul>
{% for toc_item in toc %} {% for toc_item in toc %}
<li class="toctree-l2"><a href="{{ toc_item.url }}">{{ toc_item.title }}</a></li> <li class="toctree-l2"><a href="{{ toc_item.url }}">{{ toc_item.title }}</a></li>
...@@ -14,6 +15,7 @@ ...@@ -14,6 +15,7 @@
{% endfor %} {% endfor %}
{% endfor %} {% endfor %}
</ul> </ul>
{% endif %}
{% endif %} {% endif %}
</li> </li>
{% endfor %} {% endfor %}
......
...@@ -35,4 +35,6 @@ pages: ...@@ -35,4 +35,6 @@ pages:
- ['api/datatypes.md', 'API', 'Datatypes'] - ['api/datatypes.md', 'API', 'Datatypes']
- ['api/errors.md', 'API', 'Errors'] - ['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!