Skip to content

Commit 160cb7a

Browse files
authored
Merge pull request #5 from Dokploy/feat/update-docs
Feat/update docs
2 parents 5cf0598 + 86020f3 commit 160cb7a

File tree

278 files changed

+8279
-56375
lines changed

Some content is hidden

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

278 files changed

+8279
-56375
lines changed

apps/docs/.gitignore

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33

44
# generated content
55
.contentlayer
6+
.content-collections
7+
.source
68

79
# test & build
810
/coverage
@@ -11,9 +13,6 @@
1113
/build
1214
*.tsbuildinfo
1315

14-
# bun
15-
bun.lockb
16-
1716
# misc
1817
.DS_Store
1918
*.pem
@@ -22,10 +21,8 @@ bun.lockb
2221
npm-debug.log*
2322
yarn-debug.log*
2423
yarn-error.log*
25-
.idea/*
26-
.idea
2724

2825
# others
2926
.env*.local
3027
.vercel
31-
next-env.d.ts
28+
next-env.d.ts

apps/docs/.map.ts

Lines changed: 0 additions & 4 deletions
This file was deleted.

apps/docs/README.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
# Docs
1+
# docs-v2
22

3-
Dokploy Documentation
3+
This is a Next.js application generated with
4+
[Create Fumadocs](https://github.com/fuma-nama/fumadocs).
45

56
Run development server:
67

@@ -13,3 +14,13 @@ yarn dev
1314
```
1415

1516
Open http://localhost:3000 with your browser to see the result.
17+
18+
## Learn More
19+
20+
To learn more about Next.js and Fumadocs, take a look at the following
21+
resources:
22+
23+
- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js
24+
features and API.
25+
- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.
26+
- [Fumadocs](https://fumadocs.vercel.app) - learn about Fumadocs

0 commit comments

Comments
 (0)