From bdffd6641cfda8972576917e822d9aa74f3793c1 Mon Sep 17 00:00:00 2001 From: Dita Aji Pratama Date: Sun, 4 Jan 2026 22:18:23 +0700 Subject: [PATCH] Navigation links --- README.md | 2 ++ pages/getting-starter.md | 3 +++ pages/structure.md | 2 ++ 3 files changed, 7 insertions(+) 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)