diff options
| author | Fuwn <[email protected]> | 2021-06-18 18:44:06 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-06-18 18:44:06 -0700 |
| commit | 45fae7103bc98cf95a3b18aabce21fc644af6847 (patch) | |
| tree | ed459b3832bc72874650b22b933db3b6ab4dc6cf /sidebars.js | |
| parent | style(index): move attributes around (diff) | |
| download | archived-site-45fae7103bc98cf95a3b18aabce21fc644af6847.tar.xz archived-site-45fae7103bc98cf95a3b18aabce21fc644af6847.zip | |
docs(deploying): create deploying information
Diffstat (limited to 'sidebars.js')
| -rw-r--r-- | sidebars.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sidebars.js b/sidebars.js index e3718bd..2ac8bac 100644 --- a/sidebars.js +++ b/sidebars.js @@ -24,6 +24,7 @@ module.exports = { type: 'category', label: 'Whirl', items: [ + 'whirl/deploying_setup', 'whirl/configuration', ], }, |