Skip to content

Commit ae79131

Browse files
committed
docs: remove getting-started page and all references
1 parent 863fdd0 commit ae79131

6 files changed

Lines changed: 9 additions & 552 deletions

File tree

.github/scripts/build-docs.py

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ def convert_table(rows):
251251
SECTION_ORDER = {'Basics': 0, 'Guides': 1, 'Recipes': 2, 'Reference': 3}
252252

253253
FALLBACK_TITLES = {
254-
'getting-started': 'Getting Started', 'installation-android': 'Android Installation',
254+
'installation-android': 'Android Installation',
255255
'installation-linux': 'Linux Installation', 'features': 'Features Deep Dive',
256256
'gpu-acceleration': 'GPU Acceleration', 'kernel-configuration': 'Kernel Configuration',
257257
'usage-android-app': 'Android App Usage', 'linux-cli': 'Linux CLI Usage',
@@ -261,7 +261,7 @@ def convert_table(rows):
261261
}
262262

263263
FALLBACK_SECTIONS = {
264-
'getting-started': 'Basics', 'installation-android': 'Basics', 'installation-linux': 'Basics',
264+
'installation-android': 'Basics', 'installation-linux': 'Basics',
265265
'features': 'Guides', 'gpu-acceleration': 'Guides', 'kernel-configuration': 'Guides',
266266
'usage-android-app': 'Guides', 'linux-cli': 'Guides',
267267
'cool-things-you-can-do': 'Recipes',
@@ -270,7 +270,7 @@ def convert_table(rows):
270270
}
271271

272272
FALLBACK_ORDER = {
273-
'getting-started': 1, 'installation-android': 2, 'installation-linux': 3,
273+
'installation-android': 1, 'installation-linux': 2,
274274
'features': 1, 'gpu-acceleration': 2, 'kernel-configuration': 3,
275275
'usage-android-app': 4, 'linux-cli': 5,
276276
'cool-things-you-can-do': 1,
@@ -279,7 +279,6 @@ def convert_table(rows):
279279
}
280280

281281
FALLBACK_DESC = {
282-
'getting-started': 'Get started with Droidspaces \u2014 a lightweight ~400KB Linux container runtime for Android and Linux. Install, configure, and run your first container in minutes.',
283282
'installation-android': 'Step-by-step Android installation guide for Droidspaces. Root your device, install the APK, set up the backend, and run Linux containers with zero terminal commands.',
284283
'installation-linux': 'Install Droidspaces on Linux desktop or server. Download the tarball, extract the binary, create a rootfs image, and boot your first container.',
285284
'features': 'Deep dive into every Droidspaces feature: namespace isolation, init system support, OverlayFS volatile mode, GPU acceleration, cgroup isolation, seccomp shields, and Android-specific tuning.',
@@ -296,7 +295,6 @@ def convert_table(rows):
296295
}
297296

298297
FALLBACK_KEYWORDS = {
299-
'getting-started': 'Droidspaces getting started, Linux containers Android, container runtime, namespaces, rootfs, kernel requirements',
300298
'installation-android': 'install Droidspaces Android, rooted Android container, APK install, atomic backend, sparse image',
301299
'installation-linux': 'install Droidspaces Linux, Linux container runtime, rootfs tarball, ext4 image, Linux namespaces',
302300
'features': 'Droidspaces features, namespace isolation, cgroup v2, OverlayFS, volatile mode, init system, GPU hardware access',
@@ -1034,7 +1032,7 @@ def generate_sitemap(root):
10341032
'404.html': ('/404.html', 0.1),
10351033
}
10361034
doc_priorities = {
1037-
'getting-started': 0.9, 'installation-android': 0.8, 'installation-linux': 0.8,
1035+
'installation-android': 0.9, 'installation-linux': 0.8,
10381036
'features': 0.7, 'gpu-acceleration': 0.7, 'kernel-configuration': 0.7,
10391037
'usage-android-app': 0.7, 'linux-cli': 0.7, 'cool-things-you-can-do': 0.6,
10401038
'common-errors': 0.6, 'troubleshooting': 0.6, 'community-supported-devices': 0.5,

docs/common-errors.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,6 @@
362362
<button class="sidebar-close" id="sidebar-close" aria-label="Close sidebar">&times;</button>
363363
<div class="sidebar-group">
364364
<div class="sidebar-heading">Basics</div>
365-
<a href="getting-started.html" class="sidebar-link">Getting Started</a>
366365
<a href="installation-android.html" class="sidebar-link">Android Installation</a>
367366
<a href="installation-linux.html" class="sidebar-link">Linux Installation</a>
368367
</div>

0 commit comments

Comments
 (0)