Skip to content

Commit 04ff49a

Browse files
committed
update kool cloud hierarch on docs
1 parent 25c9c7d commit 04ff49a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+164
-164
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,18 +49,18 @@ To help you start building real-world applications, we've created Kool Presets a
4949

5050
#### Popular stacks and frameworks
5151

52-
- **Node**: [NestJS](docs/2-Presets/NestJS.md), [AdonisJs](docs/2-Presets/AdonisJs.md), [Express.js](/docs/2-Presets/ExpressJS.md)
53-
- **PHP**: [Laravel](docs/2-Presets/Laravel.md), [Laravel Octane](docs/2-Presets/Laravel+Octane.md), [Symfony](docs/2-Presets/Symfony.md), [CodeIgniter](docs/2-Presets/CodeIgniter.md)
54-
- **Javascript**: [Next.js](docs/2-Presets/NextJS.md), [NuxtJS](docs/2-Presets/NuxtJS.md)
55-
- **Others**: [Hugo](docs/2-Presets/Hugo.md), [WordPress](docs/2-Presets/WordPress.md)
52+
- **Node**: [NestJS](docs/03-Presets/NestJS.md), [AdonisJs](docs/03-Presets/AdonisJs.md), [Express.js](/docs/03-Presets/ExpressJS.md)
53+
- **PHP**: [Laravel](docs/03-Presets/Laravel.md), [Laravel Octane](docs/03-Presets/Laravel+Octane.md), [Symfony](docs/03-Presets/Symfony.md), [CodeIgniter](docs/03-Presets/CodeIgniter.md)
54+
- **Javascript**: [Next.js](docs/03-Presets/NextJS.md), [NuxtJS](docs/03-Presets/NuxtJS.md)
55+
- **Others**: [Hugo](docs/03-Presets/Hugo.md), [WordPress](docs/03-Presets/WordPress.md)
5656

5757
#### Monorepo structures
5858

5959
It's a common challange mixing up different frameworks for the frontned and a backend API. Working with containers and having them both working an communicating properly can be a huge differential for good development experience and productivity.
6060

6161
Check out our pre-shaped [mono-repo structures](https://monorepo.tools/#what-is-a-monorepo) in a single preset:
6262

63-
- [Monorepo NestJS + Next.js](docs/2-Presets/2-Monorepo-NestJS-with-NextJS.md) with Typescript on both the frontend and the backend.
63+
- [Monorepo NestJS + Next.js](docs/03-Presets/2-Monorepo-NestJS-with-NextJS.md) with Typescript on both the frontend and the backend.
6464

6565
> If you don't see your favorite framework in the list above, please let us know by creating a GitHub issue, or, better yet, feel free to submit a PR!
6666

docs.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ func main() {
5151
re := regexp.MustCompile("(?m)[\r\n]+^.*kool_deploy.*$")
5252
koolMarkdown = re.ReplaceAllString(koolMarkdown, "")
5353

54-
koolFile, err = CreateFile("0-kool", "docs/4-Commands")
54+
koolFile, err = CreateFile("0-kool", "docs/05-Commands-Reference")
5555

5656
if err != nil {
5757
log.Fatal(err)
@@ -100,7 +100,7 @@ func exportCmdDocs(childCmd *cobra.Command, koolMarkdown *string) (err error) {
100100
return
101101
}
102102

103-
if cmdFile, err = CreateFile(newName, "docs/4-Commands"); err != nil {
103+
if cmdFile, err = CreateFile(newName, "docs/05-Commands-Reference"); err != nil {
104104
return
105105
}
106106

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -15,18 +15,18 @@ Out of the box, Kool ships with a collection of Presets that will help you quick
1515

1616
> As an example of the Preset developer experience, check out the [Laravel preset](https://kool.dev/docs/presets/laravel).
1717
18-
- [AdonisJs](/docs/2-Presets/AdonisJs.md)
19-
- [CodeIgniter](/docs/2-Presets/CodeIgniter.md)
20-
- [Express.js](/docs/2-Presets/ExpressJS.md)
21-
- [Hugo](/docs/2-Presets/Hugo.md)
22-
- [Laravel](/docs/2-Presets/Laravel.md)
23-
- [NestJS](/docs/2-Presets/NestJS.md)
24-
- [Next.js](/docs/2-Presets/NextJS.md)
25-
- [Node.js](/docs/2-Presets/NodeJS.md)
26-
- [Nuxt.js](/docs/2-Presets/NuxtJS.md)
27-
- [PHP](/docs/2-Presets/PHP.md)
28-
- [Symfony](/docs/2-Presets/Symfony.md)
29-
- [WordPress](/docs/2-Presets/WordPress.md)
18+
- [AdonisJs](/docs/03-Presets/AdonisJs.md)
19+
- [CodeIgniter](/docs/03-Presets/CodeIgniter.md)
20+
- [Express.js](/docs/03-Presets/ExpressJS.md)
21+
- [Hugo](/docs/03-Presets/Hugo.md)
22+
- [Laravel](/docs/03-Presets/Laravel.md)
23+
- [NestJS](/docs/03-Presets/NestJS.md)
24+
- [Next.js](/docs/03-Presets/NextJS.md)
25+
- [Node.js](/docs/03-Presets/NodeJS.md)
26+
- [Nuxt.js](/docs/03-Presets/NuxtJS.md)
27+
- [PHP](/docs/03-Presets/PHP.md)
28+
- [Symfony](/docs/03-Presets/Symfony.md)
29+
- [WordPress](/docs/03-Presets/WordPress.md)
3030

3131
### Docker and Docker Compose
3232

File renamed without changes.

docs/3-Deploy-to-Kool-Cloud/1-Getting-Started.md renamed to docs/02-Kool-Cloud/1-Getting-Started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ The Kool.dev Cloud API was designed with the best developer experience in mind f
3030

3131
Full documentation:
3232

33-
- [`kool.deploy.yml` Reference](/docs/3-Deploy-to-Kool-Cloud/2-kool.deploy.yml-Reference.md)
33+
- [`kool.deploy.yml` Reference](/docs/02-Kool-Cloud/2-kool.deploy.yml-Reference.md)
File renamed without changes.

docs/2-Presets/2-Monorepo-NestJS-with-NextJS.md renamed to docs/03-Presets/2-Monorepo-NestJS-with-NextJS.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The first step may take a couple of minutes for installing all the dependencies
1616
1717
### Extra steps
1818

19-
If you are using Database or Cache services for your NestJS backend you need to setup some environment variables. [Check out our NestJS preset documentation](https://github.com/kool-dev/kool/blob/main/docs/2-Presets/NestJS.md#nestjs-configuration).
19+
If you are using Database or Cache services for your NestJS backend you need to setup some environment variables. [Check out our NestJS preset documentation](https://github.com/kool-dev/kool/blob/main/docs/03-Presets/NestJS.md#nestjs-configuration).
2020

2121
## Requirements
2222

@@ -58,7 +58,7 @@ $ kool exec frontend bash # opens a shell on the container running NextJS
5858

5959
We have more presets to help you start projects with **kool** in a standardized way across different frameworks.
6060

61-
- **[Next.js](/docs/2-Presets/NextJS.md)**
62-
- **[NestJS](/docs/2-Presets/NestJS.md)**
63-
- **[AdonisJs](/docs/2-Presets/AdonisJs.md)**
64-
- **[Nuxt.js](/docs/2-Presets/NuxtJS.md)**
61+
- **[Next.js](/docs/03-Presets/NextJS.md)**
62+
- **[NestJS](/docs/03-Presets/NestJS.md)**
63+
- **[AdonisJs](/docs/03-Presets/AdonisJs.md)**
64+
- **[Nuxt.js](/docs/03-Presets/NuxtJS.md)**

0 commit comments

Comments
 (0)