]> source.dussan.org Git - sonarqube.git/commit
SONAR-11014 Create a collapsible component
authorPascal Mugnier <pascal.mugnier@sonarsource.com>
Fri, 20 Jul 2018 14:11:03 +0000 (16:11 +0200)
committerSonarTech <sonartech@sonarsource.com>
Wed, 25 Jul 2018 18:21:21 +0000 (20:21 +0200)
commit275eb88dc045740c01e8a5b0c6d4449731ed48f9
tree3e12736cac326fe13e8c3026503c351ceb5c64c8
parentc76da4346704fdc8a2ce5ecedb1e0461186ba222
SONAR-11014 Create a collapsible component
server/sonar-docs/gatsby-config.js
server/sonar-docs/src/images/close.svg [new file with mode: 0644]
server/sonar-docs/src/images/open.svg [new file with mode: 0644]
server/sonar-docs/src/templates/page.css
server/sonar-docs/src/templates/page.js
server/sonar-web/src/main/js/apps/documentation/styles.css
server/sonar-web/src/main/js/components/docs/DocCollapsibleBlock.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/components/docs/DocMarkdownBlock.tsx
server/sonar-web/src/main/js/components/docs/__tests__/DocCollapsibleBlock-test.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/components/docs/__tests__/__snapshots__/DocCollapsibleBlock-test.tsx.snap [new file with mode: 0644]