Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 3 additions & 6 deletions apps/docs/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@

# generated content
.contentlayer
.content-collections
.source

# test & build
/coverage
Expand All @@ -11,9 +13,6 @@
/build
*.tsbuildinfo

# bun
bun.lockb

# misc
.DS_Store
*.pem
Expand All @@ -22,10 +21,8 @@ bun.lockb
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.idea/*
.idea

# others
.env*.local
.vercel
next-env.d.ts
next-env.d.ts
4 changes: 0 additions & 4 deletions apps/docs/.map.ts

This file was deleted.

15 changes: 13 additions & 2 deletions apps/docs/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Docs
# docs-v2

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

Run development server:

Expand All @@ -13,3 +14,13 @@ yarn dev
```

Open http://localhost:3000 with your browser to see the result.

## Learn More

To learn more about Next.js and Fumadocs, take a look at the following
resources:

- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js
features and API.
- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.
- [Fumadocs](https://fumadocs.vercel.app) - learn about Fumadocs
Loading