]> source.dussan.org Git - sonarqube.git/commit
SONAR-10613 Generate a documentation static website (#196)
authorStas Vilchik <stas.vilchik@sonarsource.com>
Mon, 30 Apr 2018 13:41:18 +0000 (15:41 +0200)
committerSonarTech <sonartech@sonarsource.com>
Thu, 3 May 2018 18:20:51 +0000 (20:20 +0200)
commit95c2ca3b5880aaf1050fbfc0c009df587e172039
treec668d2c9bb747e5590ca915196ef7792c52d23c8
parentb083d4376580b8dd252933025ca86ce5b98ce7af
SONAR-10613 Generate a documentation static website (#196)
14 files changed:
server/sonar-docs/.gitignore [new file with mode: 0644]
server/sonar-docs/gatsby-config.js [new file with mode: 0644]
server/sonar-docs/gatsby-node.js [new file with mode: 0644]
server/sonar-docs/package.json [new file with mode: 0644]
server/sonar-docs/src/layouts/index.js [new file with mode: 0644]
server/sonar-docs/src/pages/branches/index.md
server/sonar-docs/src/pages/index.md
server/sonar-docs/src/pages/quality-gates.md
server/sonar-docs/src/pages/quality-profiles.md
server/sonar-docs/src/templates/page.js [new file with mode: 0644]
server/sonar-docs/src/utils/typography.js [new file with mode: 0644]
server/sonar-docs/yarn.lock [new file with mode: 0644]
server/sonar-web/src/main/js/components/docs/DocImg.tsx
server/sonar-web/src/main/js/components/docs/DocInclude.tsx