-
Notifications
You must be signed in to change notification settings - Fork 5
/
mkdocs.yml
155 lines (149 loc) · 7.99 KB
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
site_name: Code Capsules
site_url: !ENV [SITEURL, "https://codecapsules.io/docs"]
site_description: >-
The documentation for Code Capsules, the easiest deployment
platform that lets you pull your code directly from your GitHub repository
and build it inside the correct container, ensuring security and performance.
theme:
features:
- navigation.indexes
- navigation.tabs
- navigation.sections
name: material
custom_dir: overrides
logo: assets/cclogo.svg
favicon: assets/cclogo.png
palette:
- scheme: default
primary: white
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
- scheme: slate
primary: white
toggle:
icon: material/toggle-switch
name: Switch to light mode
markdown_extensions:
- pymdownx.highlight
- pymdownx.superfences
- meta
- attr_list
plugins:
- social
- search
nav:
- Getting Started: index.md
- Deployment:
- Overview: deployment/index.md
- Angular: deployment/how-to-deploy-angular-application-to-production.md
- Bootstrap: deployment/how-to-deploy-bootstrap-site-to-production.md
- Caddy Docker Website: deployment/how-to-deploy-caddy-docker-site-to-production.md
- Caddy Docker File Server: deployment/how-to-deploy-static-file-share-flask-caddy.md
- Django: deployment/how-to-deploy-django-application-to-production.md
- Django + MySQL: deployment/how-to-deploy-django-mysql-application-to-production.md
- Django + MongoDB: deployment/how-to-deploy-django-mongodb-application-to-production.md
- Express: deployment/how-to-deploy-express-application-to-production.md
- Express + Mongo: deployment/how-to-deploy-express-mongo-application-to-production.md
- Flask: deployment/how-to-deploy-flask-application-to-production.md
- Flask + Docker: deployment/how-to-deploy-flask-docker-application-to-production.md
- Flask + HTMx: deployment/how-to-deploy-flask-htmx-application-to-production.md
- Flask + MongoDB: deployment/how-to-deploy-flask-mongo-application-to-production.md
- Flask + MySQL: deployment/how-to-deploy-flask-mysql-application-to-production.md
- Go: deployment/how-to-deploy-go-application-to-production.md
- HTML: deployment/how-to-deploy-static-html-to-production.md
- HTML5up: deployment/how-to-deploy-html5up-template-to-production.md
- Java (Spring): deployment/how-to-deploy-java-application-to-production.md
- Java (Spring) + MySQL: deployment/how-to-deploy-java-mysql-application-to-production.md
- PHP Docker: deployment/how-to-deploy-docker-php-application-to-production.md
- Laravel Docker: deployment/how-to-deploy-docker-laravel-application-to-production.md
- MEAN (Mongo, Express, Angular): deployment/how-to-deploy-mean-stack-application-to-production.md
- MERN (Mongo, Express, React): deployment/how-to-deploy-mern-stack-application-to-production.md
- Next: deployment/how-to-deploy-next-application-to-production.md
- Next + Mongo: deployment/how-to-deploy-next-mongo-application-to-production.md
- Next + Express: deployment/how-to-deploy-next-express-application-to-production.md
- Next + Express + Mongo: deployment/how-to-deploy-next-express-mongo-application-to-production.md
- NodeJS Discord Bot: deployment/how-to-deploy-node-discord-bot-to-production.md
- NodeJS Telegram Bot: deployment/how-to-deploy-node-telegram-bot-to-production.md
- Python Discord Bot: deployment/how-to-deploy-python-discord-bot-to-production.md
- Python Telegram Bot: deployment/how-to-deploy-python-telegram-bot-to-production.md
- Polling NodeJS Telegram Bot: deployment/how-to-deploy-polling-node-telegram-bot-to-production.md
- Polling Python Telegram Bot: deployment/how-to-deploy-polling-python-telegram-bot-to-production.md
- React: deployment/how-to-deploy-react-application-to-production.md
- Slack: deployment/how-to-deploy-slack-bot-to-production.md
- Svelte: deployment/how-to-deploy-svelte-application-to-production.md
- Vue: deployment/how-to-deploy-vue-application-to-production.md
- WhatsApp: deployment/how-to-deploy-whatsapp-bot-to-production.md
- Reference:
- Overview: reference/index.md
- Capsule Billing: reference/capsule-billing.md
- Capsule Management: reference/capsule-management.md
- State and file persistence: reference/how-state-works.md
- Custom Domains: reference/custom_domains.md
- File Data Capsule: reference/set-up-file-data-capsule.md
- MongoDB Data Capsule: reference/set-up-mongodb-data-capsule.md
- MySQL Data Capsule: reference/set-up-mysql-data-capsule.md
- Redis Data Capsule: reference/set-up-a-redis-data-capsule.md
- Running database migrations: reference/migrating-a-database-with-code-capsules.md
- Procfile: reference/add-procfile-to-backend-application.md
- Python Development: reference/python-development-with-code-capsules.md
- Team Management: reference/team-management.md
- Tutorials:
- tutorials/index.md
- Slackbot with Node.js: tutorials/build-slackbot-with-node.md
- MERN Job Board: tutorials/build-mern-job-board.md
- Web File Store: tutorials/build-a-web-file-store.md
- Node.js Telegram Bot: tutorials/create-nodejs-telegram-bot.md
- Python Telegram Bot: tutorials/create-and-host-telegram-bot.md
- Flask API: tutorials/creating-and-hosting-a-flask-api.md
- Hex Color Identifier API: tutorials/build-hex-color-identifier.md
- CRUD with PHP and Docker: tutorials/build-a-docker-php-sqlite-app.md
- Flask HTMx: tutorials/build-flask-htmx-app.md
- Express HTMx: tutorials/build-express-htmx.md
- Generative Graphics: tutorials/generative-art.md
- Custom Domains: tutorials/customising-domain.md
- Persistent Sleep Tracker Part 1: tutorials/develop-persistent-sleep-tracker-part-1.md
- Persistent Sleep Tracker Part 2: tutorials/develop-persistent-sleep-tracker-part-2.md
- Front-end Portfolio: tutorials/host-a-frontend.md
- Stripe Checkout and Email Subscription with Flask: tutorials/stripe-checkout-and-email-with-flask.md
- Game Catalogue API with Node.js and MySQL: tutorials/game-catalogue-with-nodejs-and-mysql.md
- Reader Mode App with Flask and Redis: tutorials/build-a-reader-mode-app-with-flask-and-redis.md
- Image Overlay API with Express: tutorials/image-api.md
- Build an Imgur Clone with Uppy: tutorials/build-imgur-clone-uppy-caddy.md
- White-label Your App: tutorials/white-label-your-app-with-code-capsules.md
- FAQ:
- Teams, Spaces and Capsules: FAQ/teams-spaces-capsules.md
- What is a Capsule?: FAQ/what-is-a-capsule.md
- What is a Space?: FAQ/what-is-a-space.md
- What is a Team?: FAQ/what-is-a-team.md
- How Do I Add a Custom Domain?: FAQ/how-to-add-custom-domain.md
- Comparisons:
- comparisons/index.md
- PaaS Providers: comparisons/comparing-paas-providers-heroku-vs-digitalocean-vs-code-capsules.md
- Telegram Hosting Providers: comparisons/comparing-telegram-bot-hosting-providers.md
- SaaS vs PaaS vs IaaS: comparisons/saas-paas-iaas.md
- Top Six Heroku Alternatives: comparisons/6-heroku-alternatives.md
- Community:
- Introducing Code Capsules: community/introducing-code-capsules.md
- Hack Days and Free Tech Consulting: community/codecapsules-hack-days.md
- Founder Fridays: community/founder-fridays.md
- Video Guides:
- videos/index.md
extra:
generator: false
analytics:
provider: custom
property: !ENV [GANALYTICS, "UA-165274631-2"]
feedback:
title: Was this page helpful?
ratings:
- icon: material/emoticon-happy-outline
name: This page was helpful
data: 1
note: >-
Thanks for your feedback!
- icon: material/emoticon-sad-outline
name: This page could be improved
data: 0
note: >-
Thanks for your feedback! We'll do our best to improve.