Skip to content

Commit 8cf7ce7

Browse files
Matthieu Coudronteto
authored andcommitted
fix: move doc folder to doc2
so that https://github.com/neovim/doc can crawl the whole folder and replicate it afterwards
1 parent 8f597e2 commit 8cf7ce7

File tree

8 files changed

+8
-0
lines changed

8 files changed

+8
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
This repository contains the source for the neovim.io website. The Neovim core
44
project is: https://github.com/neovim/neovim
5+
Note that www.neovim.io/doc is served by https://github.com/neovim/doc (which
6+
previoulsy crawled neovim.io/doc2 generated from this repository).
57

68
## Contributing
79

doc2/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
This folder is destined to be crawled by https://github.com/neovim/doc/ and not
2+
served directly.
File renamed without changes.

doc/general.html renamed to doc2/general.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
layout: default
33
title: Documentation
4+
permalink: /doc/general/
45
---
56

67
{% include nav.html active='Documentation' %}
File renamed without changes.

doc/lsp.html renamed to doc2/lsp.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
layout: default
33
title: LSP documentation
4+
permalink: /doc/lsp
45
---
56

67
{% include nav.html active='Documentation' %}

doc/lua-resources.html renamed to doc2/lua-resources.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
layout: default
33
title: Lua resources
4+
permalink: /doc/lua-resources/
45
---
56

67
{% include nav.html active='Documentation' %}

doc/treesitter.html renamed to doc2/treesitter.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
layout: default
33
title: Tree-sitter documentation
4+
permalink: /doc/treesitter/
45
---
56

67
{% include nav.html active='Documentation' %}

0 commit comments

Comments
 (0)