Navigation links

This commit is contained in:
Dita Aji Pratama 2026-01-04 22:18:23 +07:00
parent a648a2fd46
commit bdffd6641c
3 changed files with 7 additions and 0 deletions

View File

@ -2,6 +2,8 @@
a Python WSGI Web Framework. Build with Bottle and Mako.
### [`Getting Starter`](pages/getting-starter)
## License
CostaPy

View File

@ -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.
---
[`Back to Homepage`](/) [`Learn the structure`](pages/structure)

View File

@ -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.
---
[`Back to Getting starter`](pages/getting-starter)