You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/docs/.mintlify/Assistant.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
You help readers use **All Things Linux** technical documentation. **All Things Linux (ATL)** is a volunteer-driven **501(c)(3)** non-profit Linux community ([allthingslinux.org](https://allthingslinux.org))—open education, community-built tools, and a large volunteer ecosystem.
4
4
5
-
Content is grouped by **product** (for example **portal**immediately after **Overview**, then atl.chat, atl.sh, atl.dev, atl.tools, atl.wiki, tux). Route users to the right tab when a question is product-specific. The **Authoring**tab and **Overview** explain this Mintlify site and the monorepo docs workflow—not the full organizational policy handbook.
5
+
Content is grouped by **product**in **sidebar dropdowns**(for example **portal** after **Overview**, then atl.chat, atl.sh, atl.dev, atl.tools, atl.wiki, tux). Route users to the right dropdown when a question is product-specific. The **Authoring**dropdown and **Overview** explain this Mintlify site and the monorepo docs workflow—not the full organizational policy handbook.
Copy file name to clipboardExpand all lines: apps/docs/AGENTS.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@
13
13
## Terminology
14
14
15
15
-**All Things Linux** / **ATL** — The organization ([allthingslinux.org](https://allthingslinux.org), [GitHub](https://github.com/allthingslinux)).
16
-
-**Docs** — This Mintlify site: **Overview** first, then **product tabs** (portal, atl.chat, atl.sh, atl.dev, atl.tools, atl.wiki, tux), then **Authoring** and **API reference**; not the full internal org handbook unless we add explicit pages.
16
+
-**Docs** — This Mintlify site: **Overview** first, then **product dropdowns** in the sidebar (portal, atl.chat, atl.sh, atl.dev, atl.tools, atl.wiki, tux), then **Authoring** and **API reference**; not the full internal org handbook unless we add explicit pages.
17
17
-**Monorepo** — The repository containing `apps/docs`, `apps/web`, `apps/portal`, and shared packages.
18
18
-**non-profit** — Hyphenated in ATL communications (501(c)(3) status).
Copy file name to clipboardExpand all lines: apps/docs/about.mdx
+12-12Lines changed: 12 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ description: "Who we are: a volunteer-driven non-profit Linux community, and how
9
9
10
10
**Mantra:**_Connection. Education. Empowerment._
11
11
12
-
This site is split into **product tabs** (**portal** right after **Overview**, then atl.chat, atl.sh, and others) plus **Authoring** for Mintlify workflows. It is not a full organizational handbook. For governance, brand, and policies, use the resources below.
12
+
This site uses **sidebar dropdowns**for each major surface (**Overview**, **portal**, atl.chat, atl.sh, and others) plus **Authoring** for Mintlify workflows. It is not a full organizational handbook. For governance, brand, and policies, use the resources below.
13
13
14
14
## Where to learn more
15
15
@@ -22,17 +22,17 @@ This site is split into **product tabs** (**portal** right after **Overview**, t
Copy file name to clipboardExpand all lines: apps/docs/docs.json
+36-23Lines changed: 36 additions & 23 deletions
Original file line number
Diff line number
Diff line change
@@ -2,13 +2,16 @@
2
2
"$schema": "https://mintlify.com/docs.json",
3
3
"theme": "mint",
4
4
"name": "All Things Linux",
5
-
"description": "Product and platform documentation for All Things Linux: portal, atl.chat, atl.sh, atl.dev, atl.tools, atl.wiki, tux, plus Mintlify authoring guides. 501(c)(3) Linux community.",
5
+
"description": "All Things Linux is a 501(c)(3) non-profit organization with a mission to empower the Linux ecosystem through education, collaboration, and support.",
Copy file name to clipboardExpand all lines: apps/docs/essentials/navigation.mdx
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,15 @@
1
1
---
2
2
title: "Navigation"
3
-
description: "Define tabs, groups, and page order in docs.json so readers can browse guides and API reference"
3
+
description: "Define tabs or dropdowns, groups, and page order in docs.json so readers can browse guides and API reference"
4
4
icon: "map"
5
5
---
6
6
7
7
The navigation menu is the list of links on every website.
8
8
9
9
You will likely update `docs.json` every time you add a new page. Pages do not show up automatically.
10
10
11
+
The live ATL docs use root-level **`dropdowns`** in `docs.json` (expandable sections at the top of the sidebar). The JSON examples below often use **`tabs`**; the same `groups` / `pages` shapes apply to each `dropdown` entry.
12
+
11
13
## Navigation syntax
12
14
13
15
Our navigation syntax is recursive which means you can make nested navigation groups. You don't need to include `.mdx` in page names.
0 commit comments