You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-8Lines changed: 5 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,12 +8,6 @@ This repository contains the source for the neovim.io website.
8
8
9
9
Just fork this repository and send us a pull request! :-)
10
10
11
-
To embed raw html:
12
-
13
-
{{< rawhtml >}}
14
-
<lol>
15
-
{{< /rawhtml >}}
16
-
17
11
## Setup
18
12
19
13
This site is statically generated using Hugo. It takes one minute to get setup,
@@ -33,8 +27,11 @@ just do the following:
33
27
34
28
Notes:
35
29
36
-
-www.neovim.io/doc is served by https://github.com/neovim/doc (which previously
37
-
crawled neovim.io/doc2 generated from this repository).
30
+
- Updating `content/doc2/` currently requires a human to run: `./sync_docs.sh`
31
+
- Files in `content/doc2/` are synced to https://github.com/neovim/doc/ by
32
+
[this CI job](https://github.com/neovim/doc/blob/4ab2e06af98dadbd35c4282c1b18304d87f8eb59/ci/doc-index.sh#L10-L13).
33
+
- This is because `neovim.io/doc/` is served by https://github.com/neovim/doc/
34
+
(where the user documentation HTML is published).
38
35
- Site search (for `:help` docs) is served by [Algolia Docsearch](https://docsearch.algolia.com/).
39
36
- The javascript and UI container were setup in [this commit](https://github.com/neovim/neovim.github.io/commit/ce9aef12eb1c98135965e3a9c5c792bf9e506a76).
40
37
- The docs pages don't use the layout so they also need to [manually include](https://github.com/neovim/neovim/pull/23839) the javascript and define a UI container.
0 commit comments