aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-docs/src/components/__tests__
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-17683 Remove server/sonar-docsWouter Admiraal2022-12-0621-2036/+0
|
* [NO-JIRA] Fix eslint errorsPhilippe Perrin2022-10-211-2/+4
|
* SONAR-17461 Languages menu entry are not rendered properly when the name is longPhilippe Perrin2022-10-131-0/+1
|
* Upgrade minor frontend dependencyMathieu Suen2022-04-061-0/+1
|
* SONAR-15989 Fix typoWouter Admiraal2022-02-031-1/+1
|
* Update license headers for 2022 [update headers]Pierre2022-01-2811-11/+11
|
* SONAR-15391 Fix special caracter search in documentationMathieu Suen2021-09-162-0/+148
|
* SONAR-15297 Remove dependency on sonar-ui-common for sonar-docsWouter Admiraal2021-08-207-1/+456
|
* SONAR-14309 Update eslint, typescript and fix issuesJeremy Davis2021-01-201-1/+1
|
* Update license headers for 2021 [update headers]Wouter Admiraal2021-01-087-7/+7
|
* SONAR-13643 Remove the version history of a language analyzer from its ↵Philippe Perrin2020-09-182-94/+0
| | | | documentation page
* SONAR-12945 Display latest release's information for scanners in documentationPhilippe Perrin2020-04-016-262/+94
|
* SONAR-12886 Update LTS handling in static documentationWouter Admiraal2020-01-084-8/+743
|
* SONAR-12255 Fix navigation blocks no longer opening when navigating to a URLWouter Admiraal2020-01-083-7/+10
|
* SONAR-12375 Fix floating TOC in documentationWouter Admiraal2020-01-082-0/+72
|
* Format all headers for 2020Wouter Admiraal2020-01-077-7/+7
|
* Link 'Product News' in SQ menu to What's New pagen-b-sonar2019-09-031-1/+1
|
* Sort import in sonar-docsphilippe-perrin-sonarsource2019-07-197-11/+11
|
* SONAR-12137 Introduce a new comment syntax for rendering plugin dataWouter Admiraal2019-06-284-0/+262
| | | | | We can now fetch plugin data from updates.sonarsource.com, and dynamically render this information on the page.
* SONAR-11955 Allow more levels in documentation navigationWouter Admiraal2019-04-254-3/+443
|
* Upgrade sonar-docs to gatsby v2 and TypescriptGrégoire Aubert2019-01-226-0/+179
* Upgrade to gatsby v2 * Migrate to TS * Add jest tests of some components * Remove glamor