Skip to content

Commit

Permalink
Added docs for theme to sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
githubsaturn committed Oct 19, 2024
1 parent 0f536b3 commit d984a58
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 11 deletions.
2 changes: 1 addition & 1 deletion docs/get-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Note that you can use CapRover without a domain too. But you won't be able to se

_Side note: You can [install CapRover locally](run-locally.md) on your laptop on a private network which is behind NAT (your router). But if you want to enable HTTPS and/or access the apps from outside of your private network, it requires some special setup, like port forwarding._

In standard installation, CapRover has to be installed on a machine with a public IP address. If you need help with Public IP, see [Server & Public IP address](server-purchase.md). This will cost you as low as $5 a month. If you use the DigitalOcean referral code, you'll get $100 credit - two months worth of free server: https://m.do.co/c/6410aa23d3f3
In standard installation, CapRover has to be installed on a machine with a public IP address. If you need help with Public IP, see [Server & Public IP address](server-purchase/digitalocean.md). This will cost you as low as $5 a month. If you use the DigitalOcean referral code, you'll get $100 credit - two months worth of free server: https://m.do.co/c/6410aa23d3f3

#### B2) Server Specs

Expand Down
18 changes: 13 additions & 5 deletions website/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
"sidebar_label": "CaptainDuckDuck Upgrade"
},
"certbot-config": {
"title": "Configure Certbot to use a new ACME Server",
"sidebar_label": "Change ACME Server"
"title": "Certbot Overrides",
"sidebar_label": "Certbot Overrides"
},
"ci-cd-integration": {
"title": "CI/CD Integration",
Expand Down Expand Up @@ -113,9 +113,13 @@
"title": "Sample Apps",
"sidebar_label": "Sample Apps"
},
"server-purchase": {
"title": "Server & Public IP address",
"sidebar_label": "Server Purchase"
"server-purchase/digitalocean": {
"title": "Setting CapRover Up With DigitalOcean",
"sidebar_label": "DigitalOcean"
},
"server-purchase/openstack": {
"title": "Setting CapRover Up With OpenStack",
"sidebar_label": "OpenStack"
},
"service-update-override": {
"title": "Service Update Override",
Expand All @@ -129,6 +133,10 @@
"title": "Help and Support",
"sidebar_label": "Help and Support"
},
"theme-customization": {
"title": "Custom Themes",
"sidebar_label": "Custom Themes"
},
"troubleshooting-pro": {
"title": "Troubleshooting CapRover Pro",
"sidebar_label": "Troubleshooting (Pro)"
Expand Down
8 changes: 3 additions & 5 deletions website/sidebars.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
"pre-deploy-script",
"play-with-docker",
"run-locally",
"certbot-config"
"certbot-config",
"theme-customization"
],
"Recipes and Tips": [
"sample-apps",
Expand All @@ -43,10 +44,7 @@
{
"type": "subcategory",
"label": "Server Purchase",
"ids": [
"server-purchase/digitalocean",
"server-purchase/openstack"
]
"ids": ["server-purchase/digitalocean", "server-purchase/openstack"]
},
"disk-cleanup",
"firewall",
Expand Down

0 comments on commit d984a58

Please sign in to comment.