Navigation links
This commit is contained in:
parent
a648a2fd46
commit
bdffd6641c
@ -2,6 +2,8 @@
|
|||||||
|
|
||||||
a Python WSGI Web Framework. Build with Bottle and Mako.
|
a Python WSGI Web Framework. Build with Bottle and Mako.
|
||||||
|
|
||||||
|
### [`Getting Starter`](pages/getting-starter)
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
CostaPy
|
CostaPy
|
||||||
|
|||||||
@ -44,3 +44,6 @@ Use this command below to start the web service and it will run on port `11000`
|
|||||||
```
|
```
|
||||||
Here, `costapy-welcome` is the label of your service. You can replace it with any name you prefer.
|
Here, `costapy-welcome` is the label of your service. You can replace it with any name you prefer.
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
[`Back to Homepage`](/) [`Learn the structure`](pages/structure)
|
||||||
|
|||||||
@ -45,4 +45,6 @@ A front-end directory for pages. Use this to organize individual front-end pages
|
|||||||
|
|
||||||
By adhering to this structure, you ensure clarity, consistency, and modularity in your framework.
|
By adhering to this structure, you ensure clarity, consistency, and modularity in your framework.
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
[`Back to Getting starter`](pages/getting-starter)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user