Skip to content

Commit

Permalink
Move admin/getting_started to top of docs navigation and link from hero
Browse files Browse the repository at this point in the history
  • Loading branch information
brianzelip committed Nov 13, 2024
1 parent 7417d6e commit 913c5fb
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
7 changes: 5 additions & 2 deletions src/components/HomePage.astro
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,14 @@ import A from '@images/A_logo.svg'
<Image src={A} alt="ArchivesSpace logo" />
<h1>ArchivesSpace Technical Documentation</h1>
<div class="hero__blurb">
<p>
🚀 <a href="/administration/getting_started">Get started</a> with installation.
</p>
<p>
🏗️ Learn the <a href="/architecture/jsonmodel">architecture</a> fundamentals.
</p>
<p>
⚙️ <a href="/administration/getting_started">Administer</a> and <a
⚙️ <a href="/administration/unix_daemon">Administer</a> and <a
href="/provisioning/clustering">provision</a
> an instance.
</p>
Expand All @@ -36,7 +39,7 @@ import A from '@images/A_logo.svg'
<h2 style="margin-top: 0; text-align: center;">More documentation</h2>

<CardGrid>
<Card title="Help Center for ArchivesSpace members" icon="rocket">
<Card title="Help Center for ArchivesSpace members" icon="star">
The <a
href="https://archivesspace.atlassian.net/wiki/spaces/ADC/pages/917045261/ArchivesSpace+Help+Center"
>ArchivesSpace Help Center</a
Expand Down
5 changes: 4 additions & 1 deletion src/siteNavigation.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
"label": "Home",
"link": "/"
},
{
"label": "Getting started",
"link": "administration/getting_started"
},
{
"label": "Architecture",
"collapsed": true,
Expand All @@ -24,7 +28,6 @@
"label": "Administration",
"collapsed": true,
"items": [
"administration/getting_started",
"administration/unix_daemon",
"administration/windows",
"administration/backup",
Expand Down

0 comments on commit 913c5fb

Please sign in to comment.