Closed rchl closed 3 years ago
I think the version of MkDocs that we use with readthedocs is not the latest version available, because I have seen some differences in code block highlighting when building the docs locally, compared to the current LSP docs website. According to the documentation, the version used can be set via an admin dashbord, or alternatively via a configuration file readthedocs.yml
that we apparently don't use currently.
And the formatting from MkDocs could then probably configured via extensions that are to be listed in the mkdocs.yml
file, for example use more highlighting languages for code blocks, or we could add admonitions like this.
I must say that the documentation at https://docs.sublimetext.io/guide/ looks pretty nice, though.
Honestly, what’s wrong with a few wiki pages here on GitHub itself, or a few github pages?
Oh, I suppose not everyone has a github account. You need one to read the wiki pages I think? Maybe github pages are accessible for outsiders without a github account.
You need one to read the wiki pages I think?
No. Tested with Chrome incognito mode.
Isn't github pages just deployment and hosting for your pages? You still need to generate pages from markdown and stuff if you want something more fency. So that is not exclusive to using any documentation framework.
By the way, I'm looking into automating some of the documentation because there's a lot of repetition in the docs.
can be used to create the docs I think (and also recreate the default_clients
dict).
Whould you like the new documentation site to live inside this repo /docs
folder or would you like the docs to be in a new repo?
Probably best if it's in another repo.
Keep in mind that most of our docs can be automated through a large json "index" file like described above. It would be a waste of time to write it all out manually.
You can also source all of the settings descriptions from the sublime-package.json file
The docs are now modernized for the ST4 version.
Main reason I'd consider switching current documentation framework out is that the markup handling is a bit different from (github) markdown.
We could use vuepress (example https://docs.sublimetext.io/guide/) or Nuxt content (example https://axios.nuxtjs.org/).