Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SONAR-17683 Remove server/sonar-docs | Wouter Admiraal | 2022-12-06 | 2 | -828/+0 |
| | |||||
* | SONAR-17461 Languages menu entry are not rendered properly when the name is long | Philippe Perrin | 2022-10-13 | 1 | -0/+3 |
| | |||||
* | SONAR-16505 Make plugin matrix scroll visible on screen | alain | 2022-07-19 | 1 | -0/+2 |
| | |||||
* | Update license headers for 2022 [update headers] | Pierre | 2022-01-28 | 2 | -2/+2 |
| | |||||
* | Update license headers for 2021 [update headers] | Wouter Admiraal | 2021-01-08 | 2 | -2/+2 |
| | |||||
* | SONAR-13643 Remove the version history of a language analyzer from its ↵ | Philippe Perrin | 2020-09-18 | 1 | -2/+0 |
| | | | | documentation page | ||||
* | SONAR-12945 Display latest release's information for scanners in documentation | Philippe Perrin | 2020-04-01 | 2 | -85/+2 |
| | |||||
* | SONAR-12886 Update LTS handling in static documentation | Wouter Admiraal | 2020-01-08 | 1 | -1/+2 |
| | |||||
* | SONAR-12374 Prevent double icons | Wouter Admiraal | 2020-01-08 | 1 | -8/+9 |
| | |||||
* | SONAR-12375 Fix floating TOC in documentation | Wouter Admiraal | 2020-01-08 | 1 | -2/+10 |
| | |||||
* | Format all headers for 2020 | Wouter Admiraal | 2020-01-07 | 2 | -2/+2 |
| | |||||
* | Sort import in sonar-docs | philippe-perrin-sonarsource | 2019-07-19 | 1 | -2/+2 |
| | |||||
* | SONAR-12137 Introduce a new comment syntax for rendering plugin data | Wouter Admiraal | 2019-06-28 | 2 | -0/+85 |
| | | | | | We can now fetch plugin data from updates.sonarsource.com, and dynamically render this information on the page. | ||||
* | SONAR-11921 Fix collapse block on static docs site | Wouter Admiraal | 2019-05-27 | 1 | -7/+7 |
| | |||||
* | SONAR-11954 Document how to use iframes in documentation, update styles | Wouter Admiraal | 2019-05-27 | 1 | -1/+7 |
| | |||||
* | SONAR-11955 Allow more levels in documentation navigation | Wouter Admiraal | 2019-04-25 | 1 | -0/+5 |
| | |||||
* | Upgrade sonar-docs to gatsby v2 and Typescript | Grégoire Aubert | 2019-01-22 | 24 | -1478/+802 |
| | | | | | | | * Upgrade to gatsby v2 * Migrate to TS * Add jest tests of some components * Remove glamor | ||||
* | Update missing license headers for 2019 | Grégoire Aubert | 2019-01-16 | 22 | -23/+23 |
| | |||||
* | SONAR-11472 Add support highlighting exact matches in results | Wouter Admiraal | 2019-01-10 | 1 | -3/+26 |
| | |||||
* | SONAR-11472 Add support for exact search-query matching | Wouter Admiraal | 2019-01-10 | 1 | -5/+61 |
| | | | | | | | | | Out of the box, Lunr doesn't support exact pattern matching for search queries, meaning searching for "foo bar" will not boost a sentence like "Foo bar baz" more than "Baz bar foo" (both contain both keywords). We now do some crude pattern matching by storing the token "context" upon indexing. It's not 100% correct, but it gets the job done. | ||||
* | Fix docs old version warning. | Grégoire Aubert | 2019-01-08 | 2 | -17/+11 |
| | |||||
* | add eslint and fix issues in sonar-docs | Stas Vilchik | 2018-12-07 | 6 | -22/+23 |
| | |||||
* | SONAR-11317 Alignment of warning icon high in message box | Pascal Mugnier | 2018-10-30 | 1 | -1/+0 |
| | |||||
* | Ensure first link in ToC get marked as active on page load | Pascal Mugnier | 2018-10-30 | 1 | -1/+3 |
| | |||||
* | SONAR-11307 Enhance embedded documentation with nav metadata | Pascal Mugnier | 2018-10-30 | 3 | -3/+6 |
| | |||||
* | SONAR-11380 Float docs page content and page-level ToC | Pascal Mugnier | 2018-10-30 | 5 | -30/+29 |
| | |||||
* | Fix docs on IE11 (#862) | Pascal Mugnier | 2018-10-19 | 1 | -0/+1 |
| | | | | | | * Add polyfills * Setup Polyfill | ||||
* | Remove use of GATSBY_USE_PREFIX | Pascal Mugnier | 2018-10-16 | 1 | -2/+1 |
| | |||||
* | Docs hardening (#817) | Pascal Mugnier | 2018-10-15 | 3 | -27/+32 |
| | | | | | | | | | | | | | | | | | | | | | | | | * SONAR-11352 Fix version label when on latest * SONAR-11353 Add favicon * SONAR-11351 Add canonical url * Change utility links positions * Fix the content of sonar-docs zip file * Rename sonar-docs preproduction server * Remove achived version notice when on lastest * Fix links prefixing * SONAR-11359 Make images path relative to version * Apply feedbacks * Fix favicon path | ||||
* | SONAR-11314 don't use h2 in embedded docs nav bar | Stas Vilchik | 2018-10-11 | 4 | -26/+27 |
| | |||||
* | Port remaining SONAR space docs | G. Ann Campbell | 2018-10-10 | 1 | -1/+1 |
| | |||||
* | Revert "MMF-1458 Port SONAR-space docs to embedded docs" (#766) | G. Ann Campbell | 2018-10-03 | 1 | -1/+1 |
| | | | This reverts commit a7893ef0a269df9bcd39e929e7851aeb6a1b8ed8. | ||||
* | MMF-1458 Port SONAR-space docs to embedded docs | Stas Vilchik | 2018-10-03 | 1 | -1/+1 |
| | |||||
* | MMF-1420 Ease management of Embedded Docs navigation (#699) | Pascal Mugnier | 2018-09-19 | 11 | -110/+282 |
| | |||||
* | MMF-1377 Fix docs issues and improve UI | Pascal Mugnier | 2018-09-19 | 4 | -33/+116 |
| | |||||
* | Revert "MMF-1377 Fix issues and improve UI (#692)" | Pascal Mugnier | 2018-09-19 | 4 | -116/+33 |
| | | | | This reverts commit 72869ae848290b2c6daadc42209fc8fe348c8faa. | ||||
* | MMF-1377 Fix issues and improve UI (#692) | Pascal Mugnier | 2018-09-19 | 4 | -33/+116 |
| | |||||
* | MMF-1377 Finalize the static documentation site (#673) | Pascal Mugnier | 2018-09-19 | 18 | -34/+1132 |
| | |||||
* | SONAR-10613 Generate a documentation static website (#196) | Stas Vilchik | 2018-05-03 | 1 | -0/+42 |