Skip to content

Commit 045f775

Browse files
Merge pull request #616 from cocopuff2u/nist-pages-docs
Site Update: Improved Layouts, mSCP 2.0 Docs & Starlight 0.37.1
2 parents 7e5f5f4 + 0d069e2 commit 045f775

File tree

150 files changed

+13396
-1679
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

150 files changed

+13396
-1679
lines changed

astro.config.mjs

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ import { defineConfig } from 'astro/config';
22
import starlight from '@astrojs/starlight';
33

44
export default defineConfig({
5+
site: 'https://pages.nist.gov',
6+
base: '/macos_security',
7+
trailingSlash: 'always',
58
integrations: [
69
starlight({
710
title: 'mSCP',
@@ -61,6 +64,14 @@ head: [
6164
{ label: 'Quick Guide', link: '/welcome/quick-guide/' },
6265
],
6366
},
67+
{
68+
label: 'mSCP 2.0 (Beta)',
69+
collapsed: false,
70+
badge: { text: 'New', variant: 'success' },
71+
items: [
72+
{ label: 'Overview', link: '/mscp-2/overview/' },
73+
],
74+
},
6475
{
6576
label: 'Baselines',
6677
collapsed: true,
@@ -77,7 +88,7 @@ head: [
7788
items: [
7889
{ label: 'What Is Guidance?', link: '/guidance/what-is-guidance/' },
7990
{ label: 'How To Generate Guidance', link: '/guidance/how-to-generate-guidance/' },
80-
{ label: 'Guidance File Layout', link: '/guidance/guidance-file-example/' },
91+
{ label: 'Guidance File Example', link: '/guidance/guidance-file-example/' },
8192
],
8293
},
8394
{

dist/404.html

Lines changed: 61 additions & 0 deletions
Large diffs are not rendered by default.

dist/_astro/MobileTableOfContents.astro_astro_type_script_index_0_lang.C181hMzK.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/_astro/Search.astro_astro_type_script_index_0_lang.B5nTzMsr.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/_astro/TableOfContents.astro_astro_type_script_index_0_lang.CKWWgpjV.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/_astro/ec.p1z7b.js

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/_astro/ec.v4551.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/_astro/index.C1D25RbA.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/_astro/logo.Bo805N9R.png

2.02 MB
Loading
18.2 KB
Loading

0 commit comments

Comments
 (0)