-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
145 changed files
with
49,796 additions
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
'use client'; | ||
import PageHero from "@/app/components/hero/PageHero"; | ||
import Container from "@/app/components/Container"; | ||
import Button from "../components/Button"; | ||
import Heading from "../components/Heading"; | ||
|
||
const DocsPage = () => { | ||
return ( | ||
<> | ||
<PageHero title="📑 Documentation" /> | ||
<Container styles="h-max min-h-[50vh] py-20 max-w-[850px]"> | ||
<div className="py-10"> | ||
<Heading title="🎏 Pykoi" subtitle="Get started with pykoi" center /> | ||
<div className="pt-5"> | ||
<a href="/docs/pykoi/index.html" target="_blank"> | ||
<Button label="Read the Docs" /> | ||
</a> | ||
</div> | ||
</div> | ||
<div className="py-10"> | ||
<Heading title="🌊 Uniflow" subtitle="Get started with uniflow" center /> | ||
<div className="pt-5"> | ||
<a href="/docs/uniflow/index.html" target="_blank"> | ||
<Button label="Read the Docs"/> | ||
</a> | ||
</div> | ||
</div> | ||
</Container> | ||
</> | ||
) | ||
} | ||
|
||
export default DocsPage; |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# Sphinx build info version 1 | ||
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done. | ||
config: 5fcd7188253987b0feccdc76a08160c5 | ||
tags: 645f666f9bcd5a90fca523b33c5a78b7 |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.