-
Notifications
You must be signed in to change notification settings - Fork 476
Add archived documentation page with v19.2 support #20229
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 3 commits
55a947e
6109de6
68b90bc
a0bbdcc
8dceefc
40bad68
8052e65
84fd7f7
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,6 @@ | ||
| --- | ||
| BUNDLE_PATH: "vendor/bundle" | ||
| BUNDLE_DEPLOYMENT: "false" | ||
| BUNDLE_WITHOUT: "production" | ||
| BUNDLE_BUILD__CBOR: "--with-cflags=-Wno-incompatible-function-pointer-types" | ||
| BUNDLE_BUILD__POSIX___SPAWN: "--with-cflags=-Wno-incompatible-function-pointer-types" | ||
| BUNDLE_WITHOUT: "production" | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,96 @@ | ||
| --- | ||
| title: Archived Documentation | ||
| summary: Documentation for CockroachDB versions that are no longer actively maintained | ||
rmloveland marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
|
||
| toc: false # hide “On this page” nav | ||
rmloveland marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| docs_area: releases | ||
| --- | ||
|
|
||
| <!-- ✨ page-level style overrides --> | ||
| <style> | ||
rmloveland marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| /* headline spacing */ | ||
| h1 { margin-bottom: 1.75rem; } | ||
|
|
||
| /* section heading spacing */ | ||
| h2 { margin-top: 3rem; margin-bottom: 1.25rem; } | ||
|
|
||
| /* selector card */ | ||
| .archived-card { | ||
| background: #f6f7f8; | ||
| border: 1px solid #e6e6e6; | ||
| border-radius: 6px; | ||
| padding: 1.5rem 1.75rem 2rem; | ||
| } | ||
| /* spacing inside selector card */ | ||
| .archived-card label { display:block; font-weight:600; margin-bottom:.5rem; } | ||
| .archived-card select { width:100%; font-size:1rem; padding:.65rem .75rem; } | ||
| .archived-card button { width:100%; margin-top:1.25rem; } | ||
|
|
||
| /* primary button (CRDB purple) */ | ||
| button.button-primary, | ||
| button.button-primary:visited { | ||
| background:#6933ff; | ||
| color:#fff; | ||
| font-weight:500; | ||
| border:0; | ||
| border-radius:4px; | ||
| padding:.65rem 1rem; | ||
| } | ||
| button.button-primary:hover { background:#5f30e2; } | ||
|
|
||
| /* table styling */ | ||
| table { width:100%; border-collapse:collapse; margin-top:1rem; } | ||
| th, td { padding:.75rem 1rem; text-align:left; } | ||
| thead th { background:#f6f7f8; font-weight:600; } | ||
| tbody tr:nth-child(even) { background:#fafafa; } | ||
|
|
||
| /* status pill */ | ||
| .version-pill { border-radius:12px; padding:.2rem .65rem; font-size:.75rem; font-weight:500; } | ||
| .version-archived { background:#fde6e2; color:#b53b1b; } | ||
|
|
||
| /* download links */ | ||
| .download-link { color:#6933ff; font-weight:500; text-decoration:none; } | ||
| .download-link:hover { text-decoration:underline; } | ||
| </style> | ||
|
|
||
| Access documentation for previous versions of CockroachDB that are no longer actively maintained. | ||
|
||
|
|
||
| {{ site.data.alerts.callout_info }} | ||
| CockroachDB recommends using the most recent version for the best experience and most up-to-date documentation. Archived documentation is provided **as-is** and is no longer actively maintained. | ||
|
||
| {{ site.data.alerts.end }} | ||
|
|
||
| ## Select a Version | ||
rmloveland marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| Choose a version to view its archived documentation: | ||
|
|
||
| <div class="archived-card" markdown="1"> | ||
| <label for="version-select">Version:</label> | ||
| <select id="version-select" class="filter-select"> | ||
| <option value="" disabled selected>Select a version</option> | ||
| <optgroup label="Major Releases"> | ||
| <option value="v19.2">v19.2 (Archived)</option> | ||
| </optgroup> | ||
| </select> | ||
|
|
||
| <button type="button" class="button-primary">View Documentation</button> | ||
| </div> | ||
|
|
||
| ## All Archived Versions | ||
|
||
| Browse the full list of archived CockroachDB versions: | ||
|
|
||
| <div class="wide-overflow" markdown="1"> | ||
|
|
||
| <table> | ||
| <thead> | ||
| <tr><th>Version</th><th>Release Date</th><th>EOL Date</th><th>Status</th><th>Downloads</th></tr> | ||
| </thead> | ||
| <tbody> | ||
| <tr><td><strong>v19.2</strong></td><td>November 2019</td><td>May 2021</td> | ||
rmloveland marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| <td><span class="version-pill version-archived">Archived</span></td> | ||
| <td><a href="https://storage.googleapis.com/crdbdocs-archive/archive_19.2.zip" class="download-link">ZIP</a></td></tr> | ||
rmloveland marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| </tbody> | ||
| </table> | ||
|
|
||
| </div> | ||
|
|
||
| ## Looking for Current Documentation? | ||
rmloveland marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| Visit our [current documentation](/docs/stable/) for the latest CockroachDB versions. | ||
Uh oh!
There was an error while loading. Please reload this page.