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: README.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,17 @@ This repository is responsible for building and deploying the official Rocky Lin
7
7
> [!IMPORTANT]
8
8
> This repository contains the *build and deployment logic only*. It does not contain the documentation content itself.
9
9
10
+
## Table of Contents
11
+
-[Content Source](#content-source)
12
+
-[How the Build Process Works](#how-the-build-process-works)
13
+
-[Key Files & Scripts](#key-files--scripts)
14
+
-[Deep Dive: The `vercel-build.sh` Script](#deep-dive-the-vercel-buildsh-script)
15
+
-[How to Maintain the Site](#how-to-maintain-the-site)
16
+
-[Managing Deployments on Vercel](#managing-deployments-on-vercel)
17
+
-[Vercel CLI](#vercel-cli)
18
+
-[Vercel Web UI](#vercel-web-ui)
19
+
-[Local Development & Testing](#local-development--testing)
20
+
10
21
## Content Source
11
22
12
23
All documentation content is sourced from the [rocky-linux/documentation](https://github.com/rocky-linux/documentation) GitHub repository. The build script in this repository clones the content repo during the Vercel deployment process.
0 commit comments