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: repositories/neovim.github.io/issues/348.json
+196-8Lines changed: 196 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -5,10 +5,11 @@
5
5
"author_association": "MEMBER",
6
6
"body": "There have been some instances where users are confused why the documentation in neovim.io doesn't work only to realize that they don't use nightly. I have a few ideas on how we could tackle this:\r\n\r\n- Allow users to choose the version for the documentation. I think a good example of this is [cmake](https://cmake.org/cmake/help/latest/index.html) (crazy, right?), where the documentation version is prominently shown at the top in an easy place.\r\n\r\n- Use the latest stable in the documentation instead of nightly. This is probably easier to implement. A problem might be that nightly users might start complaining they can't find docs for nightly features.\r\n\r\nOpen to other suggestions.",
7
7
"closed_at": null,
8
+
"closed_by": null,
8
9
"comment_data": [
9
10
{
10
11
"author_association": "MEMBER",
11
-
"body": "> Use the latest stable in the documentation instead of nightly.\r\n\r\nNot in favor. The website docs allow us to make hints and other docs available via the website search (and search engines).\r\n\r\n> Allow users to choose the version for the documentation.\r\n\r\nThis would be ideal. But the HEAD docs should stay at the current paths, because:\r\n\r\n- avoids breaking URLs\r\n- avoids needing to update our [Algolia config](https://github.com/neovim/neovim.github.io/issues/310)\r\n\r\nThe version-specific docs could live at e.g. `https://neovim.io/doc/user/v0.10/`.",
12
+
"body": "> Use the latest stable in the documentation instead of nightly.\n\nNot in favor. The website docs allow us to make hints and other docs available via the website search (and search engines).\n\n> Allow users to choose the version for the documentation.\n\nThis would be ideal. But the HEAD docs should stay at the current paths, because:\n\n- avoids breaking URLs\n- avoids needing to update our [Algolia config](https://github.com/neovim/neovim.github.io/issues/310)\n\nThe version-specific docs could live at e.g. `https://neovim.io/doc/user/v0.10/`.\n\nEdit: instead of the above, let's start by using `@since` annotations as much as possible, and use CSS to make those prominent, and maybe show hover info with details.",
"body": "Just adding that we _are_ seeing increasing confusion since people look at docs (as we tell them to) and find documentation or code examples that simply won't work for them (since they use 0.10, as we tell them to).\n\nAt the very least, we should consider adding a (floating?) disclaimer at the top of the page that this documentation refers to nightly and, if in doubt, check with `:help`.",
"body": "> The version-specific docs could live at e.g. `https://neovim.io/doc/user/v0.10/`.\n\nInstead of this, let's double-down on the `@since` annotations, at least to start with. And we can make those more prominent via CSS.\n",
"body": "But that won't work with current \"soft deprecations\" which _hide_ the documentation. (In this case, users will find no docs for them: the old ones are gone, but the new shown ones are inapplicable.)",
0 commit comments