Skip to content

Commit ffd6619

Browse files
authored
chore: user guide for emochi (#15)
1 parent a8cbaa5 commit ffd6619

75 files changed

Lines changed: 182 additions & 2212 deletions

Some content is hidden

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

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# FlowGPT
1+
# Emochi Docs
22

3-
This is Docs site for [**FlowGPT**](https://flowgpt.com).
3+
This is Docs site for [**Emochi**](https://emochi.com).
44

55
## Local Development
66

@@ -9,5 +9,3 @@ First, run `yarn install` to install the dependencies.
99
Then, run `yarn dev` to start the development server and visit localhost:3000.
1010

1111
You can also use npm if you want.
12-
13-

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name": "flowgpt-docs",
2+
"name": "emochi-docs",
33
"version": "0.1.0",
4-
"description": "FlowGPT docs",
4+
"description": "Emochi docs",
55
"scripts": {
66
"dev": "next dev",
77
"build": "next build",

pages/_meta.json

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,6 @@
11
{
22
"index": "Welcome",
33
"howto": "How To: Creation Guide",
4-
"engineering": "Prompt Engineering Guide",
5-
"mochi-and-flux": "Mochi & Flux",
6-
"usecase": "Use Case Guide",
7-
"support": "Support",
8-
"about": "About FlowGPT",
9-
10-
"contact": {
11-
"title": "Social Media Platforms",
12-
"type": "page",
13-
"href": "https://linktr.ee/FlowGPT",
14-
"newWindow": true
15-
}
4+
"about-mochi": "About Mochi",
5+
"support": "Support"
166
}

pages/about-mochi/_meta.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"mochi": "Mochi"
3+
}
File renamed without changes.

pages/about/1basicinfo/1what.mdx

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

pages/about/1basicinfo/2works.mdx

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

pages/about/1basicinfo/3benefits.mdx

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

pages/about/1basicinfo/_meta.json

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

0 commit comments

Comments
 (0)