File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -7,14 +7,14 @@ Forked from [herocast](https://github.com/hellno/herocast/) in April 2024.
77
88# Docs
99
10- 📚 ** [ View Documentation] ( https://blankdotspace.github.io/space-system/ ) ** - Full documentation site
10+ 📚 ** [ View Full Documentation] ( https://blankdotspace.github.io/space-system/docs/ ) **
1111
1212Quick links:
13- - [ Getting Started] ( https://blankdotspace.github.io/space-system/ docs/getting-started ) - Local development setup
14- - [ Architecture] ( https://blankdotspace.github.io/space-system/ docs/architecture/overview ) - System design
15- - [ Contributing] ( https://blankdotspace.github.io/space-system/ docs/contributing ) - How to contribute
13+ - [ Getting Started] ( docs/GETTING_STARTED.md ) - Local development setup
14+ - [ Architecture] ( docs/ARCHITECTURE/OVERVIEW.md ) - System design
15+ - [ Contributing] ( docs/CONTRIBUTING.MD ) - How to contribute
1616
17- > Source files are in [ ` docs/ ` ] ( docs/ ) and [ ` docs-site/ ` ] ( docs-site/ )
17+ > Documentation source: [ ` docs/ ` ] ( docs/ ) • Docusaurus site: [ ` docs-site/ ` ] ( docs-site/ )
1818
1919## What is Farcaster?
2020a protocol for decentralized social apps: https://www.farcaster.xyz
Original file line number Diff line number Diff line change @@ -2,6 +2,6 @@ import React from 'react';
22import { Redirect } from '@docusaurus/router' ;
33
44export default function Home ( ) : React . JSX . Element {
5- // Redirect to the docs README which serves as the landing page
6- return < Redirect to = "/README " /> ;
5+ // Redirect to the docs landing page
6+ return < Redirect to = "/docs/ " /> ;
77}
You can’t perform that action at this time.
0 commit comments