Skip to content

Commit 214ea30

Browse files
committed
Added initial Hoagie Plan docs.
1 parent fd7f726 commit 214ea30

12 files changed

+467
-187
lines changed

api-reference/introduction.mdx

+1-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ description: 'Example section for showcasing API endpoints'
44
---
55

66
<Note>
7-
If you're not looking to build API reference documentation, you can delete
8-
this section by removing the api-reference folder.
7+
**This section is under active development.**
98
</Note>
109

1110
## Welcome

development.mdx

-98
This file was deleted.

favicon.svg

-49
This file was deleted.

images/favicon.svg

+16
Loading

images/hero-hoagie.svg

+12
Loading

images/hoagie.png

32.4 KB
Loading

introduction.mdx

+4-10
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,10 @@ title: Introduction
33
description: 'Welcome to the home of your new documentation'
44
---
55

6-
<img
7-
className="block dark:hidden"
8-
src="/images/hero-light.svg"
9-
alt="Hero Light"
10-
/>
11-
<img
12-
className="hidden dark:block"
13-
src="/images/hero-dark.svg"
14-
alt="Hero Dark"
15-
/>
6+
<Frame>
7+
<img src="/images/hoagie.png" />
8+
</Frame>
9+
1610

1711
## Setting up
1812

mint.json

+36-28
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,29 @@
11
{
22
"$schema": "https://mintlify.com/schema.json",
3-
"name": "Starter Kit",
3+
"name": "Hoagie Docs",
44
"logo": {
55
"dark": "/logo/dark.svg",
66
"light": "/logo/light.svg"
77
},
8-
"favicon": "/favicon.svg",
8+
"favicon": "images/favicon.svg",
99
"colors": {
10-
"primary": "#0D9373",
11-
"light": "#07C983",
12-
"dark": "#0D9373",
10+
"primary": "#8F57F0",
11+
"light": "#E9DDFE",
12+
"dark": "#6C47AE",
1313
"anchors": {
14-
"from": "#0D9373",
15-
"to": "#07C983"
14+
"from": "#6C47AE",
15+
"to": "#8F59EF"
1616
}
1717
},
1818
"topbarLinks": [
1919
{
20-
"name": "Support",
21-
"url": "mailto:[email protected]"
20+
"name": "Email Us",
21+
"url": "mailto:[email protected]"
2222
}
2323
],
2424
"topbarCtaButton": {
25-
"name": "Dashboard",
26-
"url": "https://dashboard.mintlify.com"
25+
"name": "Home",
26+
"url": "https://docs.hoagie.io/"
2727
},
2828
"tabs": [
2929
{
@@ -33,28 +33,35 @@
3333
],
3434
"anchors": [
3535
{
36-
"name": "Documentation",
37-
"icon": "book-open-cover",
38-
"url": "https://mintlify.com/docs"
36+
"name": "Hoagie.io",
37+
"icon": "house",
38+
"url": "https://hoagie.io/"
3939
},
4040
{
41-
"name": "Community",
42-
"icon": "slack",
43-
"url": "https://mintlify.com/community"
41+
"name": "Tech Stack",
42+
"icon": "code",
43+
"url": "https://docs.hoagie.io/quickstart/stack/"
4444
},
4545
{
46-
"name": "Blog",
47-
"icon": "newspaper",
48-
"url": "https://mintlify.com/blog"
46+
"name": "GitHub",
47+
"icon": "github",
48+
"url": "https://github.com/hoagieclub/"
4949
}
5050
],
5151
"navigation": [
5252
{
53-
"group": "Get Started",
53+
"group": "Home",
5454
"pages": [
55-
"introduction",
56-
"quickstart",
57-
"development"
55+
"introduction"
56+
]
57+
},
58+
{
59+
"group": "Quickstart",
60+
"pages": [
61+
"quickstart/stack",
62+
"quickstart/mail",
63+
"quickstart/plan",
64+
"quickstart/meal"
5865
]
5966
},
6067
{
@@ -84,8 +91,9 @@
8491
}
8592
],
8693
"footerSocials": {
87-
"x": "https://x.com/mintlify",
88-
"github": "https://github.com/mintlify",
89-
"linkedin": "https://www.linkedin.com/company/mintsearch"
94+
"website": "https://club.hoagie.io/",
95+
"github": "https://github.com/hoagieclub/",
96+
"linkedin": "https://www.linkedin.com/company/hoagie/",
97+
"slack": "https://join.slack.com/t/hoagiehacks/shared_invite/zt-2r2micoea-811sYY2PCH_iX~d4HBHW~Q"
9098
}
91-
}
99+
}

quickstart/mail.mdx

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
title: 'Hoagie Mail'
3+
description: 'Learn how to set up your local development environment for Hoagie Mail'
4+
---
5+
6+
<Note>
7+
**This section is under active development.**
8+
</Note>

quickstart/meal.mdx

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
title: 'Hoagie Meal'
3+
description: 'Learn how to set up your local development environment for Hoagie Meal'
4+
---
5+
6+
<Note>
7+
**This section is under active development.**
8+
</Note>

0 commit comments

Comments
 (0)