Skip to content

Commit

Permalink
[Docs] language server pages (#1490)
Browse files Browse the repository at this point in the history
* add tip that suggest installing LSP-json

* remove a links next to titles

As they are not necessary, because the MkDocs theme is configured to generate the hash links automatically

* use header 2 level for language titles

* add missing configuration

* point to LSP-* plugins instead of manual configuration when LSP-* plugin available

* make manual configuration more consistent WIP

* remove deprecated go server

* make manual configuration more consistent WIP

* remove polymer editor service

They moved the repo to
https://github.com/Polymer/tools/tree/master/packages/editor-service

but they haven't updated the since on 9 Jul 2019,
they also have a vs code plugin which also havent seen an update.

So I will consider this repo unmaintained and will remove the configuration.

* remove intellij configuration option

not sure if the setting tcp_port even works.

Feel free to discuss this if you want me to revert this removal.

* remove not published plguins in favor of manually configuring the servers

When we publish the plugins we will add them to the docs

* add discord icon and add the site_url

* add ST3 and ST4 client configuration

* rename ""server configuration" to "client configuration"

* reorder attributes for consistency

* update url and remove unnecessary newlines

* change wording

* add sentence that there are multiple options

* add . in tooltips for consistency

* fix repo link

* add plugin and manual configuration instructions fror LaTeX

As the LaTeX plugin is only available on ST 4

* be more precise how to open settings

* add missing step for installing Terraform syntax

* change wording

* remove trailing comma

for consistency

* use relative path for linking pages

* fix link to client configuration

* use json language id

for consistency

* move documentation to docs/src

* ignore docs/site folder

docs/site folder is generated when `mkdocs build` command is run

* move README from docs/src to /docs

* mention go experimentalWorkspaceModule setting

* use words "client configuration" instead of just "configuration"

Co-authored-by: Predrag Nikolic <[email protected]>
  • Loading branch information
predragnikolic and predrag-codetribe authored Dec 3, 2020
1 parent 5bf4878 commit a98e004
Show file tree
Hide file tree
Showing 15 changed files with 1,161 additions and 766 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,7 @@ jobs:
with:
python-version: 3.x
- run: pip install mkdocs-material
- run: mkdocs gh-deploy --force
- run: |
cd docs
mkdocs gh-deploy --force
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ LSP.sublime-project
.coverage
mypycov
htmlcov
docs/site
Loading

0 comments on commit a98e004

Please sign in to comment.