Updated _Sidebar (markdown)
This commit is contained in:
parent
e60dc02974
commit
b9a0f4a723
39
_Sidebar.md
39
_Sidebar.md
|
@ -2,7 +2,6 @@
|
||||||
|
|
||||||
|
|
||||||
**Getting Started**
|
**Getting Started**
|
||||||
|
|
||||||
* [Install](https://github.com/nim-lang/Nim#compiling)
|
* [Install](https://github.com/nim-lang/Nim#compiling)
|
||||||
* [Docs](http://nim-lang.org/documentation.html)
|
* [Docs](http://nim-lang.org/documentation.html)
|
||||||
* [Curated Resources](https://github.com/VPashkov/awesome-nim)
|
* [Curated Resources](https://github.com/VPashkov/awesome-nim)
|
||||||
|
@ -12,25 +11,23 @@
|
||||||
* [[Nim for Python programmers]]
|
* [[Nim for Python programmers]]
|
||||||
|
|
||||||
**Developing**
|
**Developing**
|
||||||
|
* [Build](Building-Neovim)
|
||||||
[Build](Building-Neovim)
|
* [Contribute](https://github.com/neovim/neovim/blob/master/CONTRIBUTING.md)
|
||||||
[Contribute](https://github.com/neovim/neovim/blob/master/CONTRIBUTING.md)
|
* [Tips & Tools](Development-tips)
|
||||||
[Tips & Tools](Development-tips)
|
* [[Code style]|Style Guide for Nim Code]]
|
||||||
[[Code style]|Style Guide for Nim Code]]
|
* [[Creating a release]]
|
||||||
[[Creating a release]]
|
* [[Compiler module reference]]
|
||||||
[[Compiler module reference]]
|
* [[Consts defined by the compiler]]
|
||||||
[[Consts defined by the compiler]]
|
* [[Debugging the compiler]]
|
||||||
[[Debugging the compiler]]
|
* [[CircleCI]]
|
||||||
[[CircleCI]]
|
* [[GitLab CI setup]]
|
||||||
[[GitLab CI setup]]
|
|
||||||
|
|
||||||
**Misc**
|
**Misc**
|
||||||
|
* [[Feature suggestions]]
|
||||||
[[Feature suggestions]]
|
* [[Common Criticisms]]
|
||||||
[[Common Criticisms]]
|
* [[Tips and Tricks]]
|
||||||
[[Tips and Tricks]]
|
* [[Community Projects]]
|
||||||
[[Community Projects]]
|
* [[Community Guidelines [Proposal]]]
|
||||||
[[Community Guidelines [Proposal]]]
|
* [[IRC guidelines]]
|
||||||
[[IRC guidelines]]
|
* [[GitHubPages]]
|
||||||
[[GitHubPages]]
|
* [[Playing with CPP VTABLE from Nim]]
|
||||||
[[Playing with CPP VTABLE from Nim]]
|
|
Loading…
Reference in New Issue