Commit graph

10 commits

Author SHA1 Message Date
Dirk Baeumer
565852e085
Revert "Merge pull request #1373 from microsoft/nimullen/restrictlinking"
This reverts commit d4a43c77ff, reversing
changes made to b0fd75ea7b.
2021-11-08 18:15:22 +01:00
N. Taylor Mullen
704ba32e3b Restrict linking to only the 3-17 specification.
- I tried making linking >= 3-17; however, that wasn't easily doable due to the structure of the jekyll site. The JSFiles themselves are included in the layout which don't have access to page level information. Because of this I've hacked a hardcoded "if 3.17" check into the injected JavaScript to support linking. Once we publish 3.17 we'll need to go back and update the logic to ensure that 3.17+ is supported.

Originally attempted fix here: https://github.com/microsoft/language-server-protocol/pull/1342
2021-11-05 13:57:48 -07:00
N. Taylor Mullen
93e7f1341a Fix sub-linking hrefs. 2021-06-08 07:43:27 -07:00
N. Taylor Mullen
08d3acb678 Add ability to link various portions of the LSP site.
- Also allowed linking off to other pages if we want.
- This method includes a JavaScript snippet that post-processes the site to link out any code snippets/code types to corresponding links.
2021-05-25 08:04:03 -07:00
gregvanl
8700c614d0 Update to new Microsoft cookie banner 2020-10-11 08:35:37 -07:00
Pine Wu
71c4420657 Add GA and update cookie handling 2018-03-13 12:03:37 -07:00
Pine Wu
2e6cedecd3 cookie notice 2018-03-13 11:14:01 -07:00
Kenneth Auchenberg
e2fd4d1d74 Add mobile sidebar nav 2018-01-11 11:32:08 -08:00
Kenneth Auchenberg
2b6a31bd79 New footer design 2018-01-10 14:27:57 -08:00
Dirk Baeumer
22ded8d5e5 Initial commit of the web site 2017-12-14 15:05:38 +01:00