Skip to content

Commit

Permalink
[docs] add annoucement bar, collpase deploy docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Navaneeth-pk committed Nov 19, 2021
1 parent 6736efa commit 15f6346
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/docs/deployment/_category_.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"label": "Deployment",
"position": 4,
"collapsed": false
"collapsed": true
}
8 changes: 8 additions & 0 deletions docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,14 @@ module.exports = {
organizationName: 'ToolJet', // Usually your GitHub org/user name.
projectName: 'ToolJet', // Usually your repo name.
themeConfig: {
announcementBar: {
id: 'support_us',
content:
'⭐️ If you like ToolJet, give it a star on GitHub <a target="_blank" rel="noopener noreferrer" href="https://github.com/ToolJet/ToolJet">GitHub</a> and follow us on <a target="_blank" rel="noopener noreferrer" href="https://twitter.com/ToolJet">Twitter</a>',
backgroundColor: '#4D72DA',
textColor: '#ffffff',
isCloseable: true,
},
gtag: {
trackingID: process.env.GA_MID,
// Optional fields.
Expand Down
2 changes: 1 addition & 1 deletion docs/static/img/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 15f6346

Please sign in to comment.