diff --git a/README.md b/README.md index e62c1d9..655eea1 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ a Python WSGI Web Framework. Build with Bottle and Mako. +### [`Getting Starter`](pages/getting-starter) + ## License CostaPy diff --git a/pages/getting-starter.md b/pages/getting-starter.md index 5290693..a94dcfd 100644 --- a/pages/getting-starter.md +++ b/pages/getting-starter.md @@ -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) diff --git a/pages/structure.md b/pages/structure.md index 25b42be..bdb50c9 100644 --- a/pages/structure.md +++ b/pages/structure.md @@ -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)