Skip to content

Commit

Permalink
wrapping up new homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
theoephraim committed Dec 25, 2024
1 parent 47567f9 commit 0e97ec4
Show file tree
Hide file tree
Showing 22 changed files with 532 additions and 1,005 deletions.
4 changes: 0 additions & 4 deletions packages/docs-site/astro.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -109,10 +109,6 @@ export default defineConfig({
{
label: 'Get Started',
items: [
{
label: 'Home',
link: '/docs/',
},
{
label: 'Quickstart',
link: '/docs/get-started/quickstart/',
Expand Down
1 change: 1 addition & 0 deletions packages/docs-site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
"eslint-plugin-mdx": "^3.1.5",
"less": "^4.2.0",
"nanostores": "^0.10.3",
"postcss-nested": "^7.0.2",
"sharp": "^0.33.4",
"starlight-blog": "^0.11.1",
"starlight-links-validator": "^0.10.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@ module.exports = {
plugins: [
// require('autoprefixer'),
// require('cssnano'),
require('postcss-nested'),
],
};
1 change: 1 addition & 0 deletions packages/docs-site/public/_redirects
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/docs/ /docs/get-started/quickstart/
16 changes: 7 additions & 9 deletions packages/docs-site/src/components/CustomStarlightBanner.astro
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,13 @@ const showDefaultBanner =
<div class="sl-banner__wrap-inner">
{banner && <div class="sl-banner" set:html={banner.content} />}
{showDefaultBanner && (
<>
<div class="sl-banner info richtext">
✨ If you've tried DMNO or looked through the docs,{" "}
<a href="https://forms.gle/AfM99kTJ9p1c25g86" target="_blank">
let us know
</a>
what you think!
</div>
</>
<div class="sl-banner info richtext">
✨ If you've tried DMNO or looked through the docs,{" "}
<a href="https://forms.gle/AfM99kTJ9p1c25g86" target="_blank">
let us know
</a>
what you think!
</div>
)}
</div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions packages/docs-site/src/components/Hero.astro
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ const { heading, subheading } = Astro.props as Props;
/* the "g" masking is cut off without some padding */
padding-bottom: 0.1em;

--color-one: var(--brand-pink);
--color-two: var(--brand-purple);
--color-one: var(--brand-pink--text);
--color-two: var(--brand-purple--text);

background-color: var(--color-two);
background: linear-gradient(
Expand Down
28 changes: 0 additions & 28 deletions packages/docs-site/src/components/IconGraph/AnimatedDot.vue

This file was deleted.

40 changes: 0 additions & 40 deletions packages/docs-site/src/components/IconGraph/ConnectionLine.vue

This file was deleted.

Loading

0 comments on commit 0e97ec4

Please sign in to comment.