diff options
author | Pascal Mugnier <pascal.mugnier@sonarsource.com> | 2018-07-20 16:11:03 +0200 |
---|---|---|
committer | SonarTech <sonartech@sonarsource.com> | 2018-07-25 20:21:21 +0200 |
commit | 275eb88dc045740c01e8a5b0c6d4449731ed48f9 (patch) | |
tree | 3e12736cac326fe13e8c3026503c351ceb5c64c8 /server/sonar-docs/gatsby-config.js | |
parent | c76da4346704fdc8a2ce5ecedb1e0461186ba222 (diff) | |
download | sonarqube-275eb88dc045740c01e8a5b0c6d4449731ed48f9.tar.gz sonarqube-275eb88dc045740c01e8a5b0c6d4449731ed48f9.zip |
SONAR-11014 Create a collapsible component
Diffstat (limited to 'server/sonar-docs/gatsby-config.js')
-rw-r--r-- | server/sonar-docs/gatsby-config.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/server/sonar-docs/gatsby-config.js b/server/sonar-docs/gatsby-config.js index 19d540c5c43..831aa76758d 100644 --- a/server/sonar-docs/gatsby-config.js +++ b/server/sonar-docs/gatsby-config.js @@ -42,7 +42,8 @@ module.exports = { danger: 'alert alert-danger', warning: 'alert alert-warning', info: 'alert alert-info', - success: 'alert alert-success' + success: 'alert alert-success', + collapse: 'collapse' } } } |