landing page almost done, needs icons
This commit is contained in:
BIN
docs_projectinca/src/assets/black_threefold.png
Normal file
BIN
docs_projectinca/src/assets/black_threefold.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 80 KiB |
BIN
docs_projectinca/src/assets/hero_host3.png
Normal file
BIN
docs_projectinca/src/assets/hero_host3.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 670 KiB |
BIN
docs_projectinca/src/assets/inca_background.webp
Normal file
BIN
docs_projectinca/src/assets/inca_background.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 87 KiB |
@@ -1,11 +0,0 @@
|
||||
---
|
||||
title: Example Guide
|
||||
description: A guide in my new Starlight docs site.
|
||||
---
|
||||
|
||||
Guides lead a user through a specific task they want to accomplish, often with a sequence of steps.
|
||||
Writing a good guide requires thinking about what your users are trying to do.
|
||||
|
||||
## Further reading
|
||||
|
||||
- Read [about how-to guides](https://diataxis.fr/how-to-guides/) in the Diátaxis framework
|
10
docs_projectinca/src/content/docs/guides/getstarted.md
Normal file
10
docs_projectinca/src/content/docs/guides/getstarted.md
Normal file
@@ -0,0 +1,10 @@
|
||||
---
|
||||
title: Get Started
|
||||
description: Earn INCA rewards by hosting nodes
|
||||
---
|
||||
|
||||
Earn INCA rewards by hosting nodes
|
||||
|
||||
## Get a Node
|
||||
|
||||
- Visit the official INCA website to [get INCA nodes](https://internetcapacity.org/)
|
@@ -1,36 +1,36 @@
|
||||
---
|
||||
title: Welcome to Starlight
|
||||
title: Welcome to the Project INCA Docs
|
||||
description: Get started building your docs site with Starlight.
|
||||
template: splash
|
||||
hero:
|
||||
tagline: Congrats on setting up a new Starlight project!
|
||||
tagline: Learn how to deploy INCA nodes to earn rewards!
|
||||
image:
|
||||
file: ../../assets/houston.webp
|
||||
file: ../../assets/hero_host3.png
|
||||
actions:
|
||||
- text: Example Guide
|
||||
link: /guides/example/
|
||||
- text: Get Started
|
||||
link: /guides/getstarted/
|
||||
icon: right-arrow
|
||||
variant: primary
|
||||
- text: Read the Starlight docs
|
||||
link: https://starlight.astro.build
|
||||
- text: Visit the website
|
||||
link: https://internetcapacity.org/
|
||||
icon: external
|
||||
---
|
||||
|
||||
import { Card, CardGrid } from '@astrojs/starlight/components';
|
||||
|
||||
## Next steps
|
||||
## Become a Cloud Service Provider
|
||||
|
||||
<CardGrid stagger>
|
||||
<Card title="Update content" icon="pencil">
|
||||
Edit `src/content/docs/index.mdx` to see this page change.
|
||||
<Card title="Learn about INCA" icon="open-book">
|
||||
Read the [INCA Docs](/guides/getstarted) to learn about the ecosystem.
|
||||
</Card>
|
||||
<Card title="Add new content" icon="add-document">
|
||||
Add Markdown or MDX files to `src/content/docs` to create new pages.
|
||||
<Card title="Get INCA Nodes" icon="add-document">
|
||||
You can get INCA nodes at the [official INCA website](https://internetcapacity.org/farming/).
|
||||
</Card>
|
||||
<Card title="Configure your site" icon="setting">
|
||||
Edit your `sidebar` and other config in `astro.config.mjs`.
|
||||
<Card title="Part of a Worldwide Grid" icon="setting">
|
||||
Project INCA is the fourth version of the [ThreeFold Grid](https://threefold.io/) available in 60+ countries!
|
||||
</Card>
|
||||
<Card title="Read the docs" icon="open-book">
|
||||
Learn more in [the Starlight Docs](https://starlight.astro.build/).
|
||||
<Card title="Earn INCA Rewards" icon="open-book">
|
||||
When you deploy INCA nodes, you contribute to the growth of the grid and earn INCA rewards!
|
||||
</Card>
|
||||
</CardGrid>
|
||||
|
@@ -0,0 +1,10 @@
|
||||
---
|
||||
title: Get Started
|
||||
description: Earn INCA rewards by hosting nodes
|
||||
---
|
||||
|
||||
Earn INCA rewards by hosting nodes
|
||||
|
||||
## Get a Node
|
||||
|
||||
- Visit the official INCA website to [get INCA nodes](https://internetcapacity.org/)
|
Reference in New Issue
Block a user