Skip to content

Commit

Permalink
#104 fix links on wlecome page
Browse files Browse the repository at this point in the history
  • Loading branch information
jeemclr committed Jan 13, 2023
1 parent cf285d7 commit 0a716fe
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 85 deletions.
18 changes: 0 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,24 +125,6 @@ For your first examples you can check our [CookBook](https://docs.ternoa.network

**Time Capsule dApp** is our most relevant use case on the Ternoa blockchain, check out [https://time-capsule.xyz/](https://time-capsule.xyz/)


### Docmap

- [ ] [Ternoa Wiki](https://github.com/capsule-corp-ternoa/ternoa-doc/blob/main/docs/intro.md#-ternoa-wiki)
- [ ] [Core Blockchain](https://docs.ternoa.network/category/core-blockchain)
- [ ] [Offchain Components](https://docs.ternoa.network/category/offchain-components)
- [ ] [TEE Enclaves](https://docs.ternoa.network/category/tee-enclaves)
- [ ] [Ternoa NFT Primitives](https://docs.ternoa.network/category/nft-features)
- [ ] [Staking](https://docs.ternoa.network/category/staking)
- [ ] [For Developers](https://github.com/capsule-corp-ternoa/ternoa-doc/blob/main/docs/intro.md#-for-developers)
- [ ] [Ternoa-JS SDK](https://docs.ternoa.network/category/ternoa-js-sdk)
- [ ] [Indexer](https://docs.ternoa.network/category/indexer)
- [ ] [For Node Operators](https://github.com/capsule-corp-ternoa/ternoa-doc/blob/main/docs/intro.md#-for-node-operators)

See the [open issues](https://github.com/capsule-corp-ternoa/ternoa-doc/issues) for a full list of proposed features (and known issues).



### Contributing

Contributions are what make the Ternoa community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.
Expand Down
65 changes: 0 additions & 65 deletions docs/intro.md

This file was deleted.

20 changes: 20 additions & 0 deletions docs/welcome.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
sidebar_position: 1
sidebar_label: 👋 Welcome
---

# 👋 Welcome

**Welcome to Ternoa Docs, the hub for those interested in learning, building, or maintaining the Ternoa ecosystem. This documentation will provide you with everything you need to get started with Ternoa as a user or developer.**

## What is Ternoa?

[Ternoa](https://www.ternoa.network/) is an open-source substrate-based layer 1 blockchain, designed to unlock the endless capabilities of NFTs.

Ternoa designs an infrastructure to accelerate web3 development by making next-generation NFTs easy to build on our blockchain. The Ternoa ecosystem facilitates the adoption of NFTs by giving developers a full technological stack and access to independent infrastructure, nodes, developer communities, and funding.

Creating NFTs and building dApps on most blockchains is complex. Ternoa was designed to break barriers for developers, web3 enthusiasts, and entrepreneurs and empower them to save time and money.

We believe mass adoption of NFTs is only possible with a fundamental tech evolution. In this guide, we have developed a range of tools to walk you through how to use and build on Ternoa for the first time.

Start now 🚀
2 changes: 1 addition & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ const config = {
items: [
{
type: 'doc',
docId: 'intro',
docId: 'welcome',
position: 'left',
label: 'Docs',
},
Expand Down
2 changes: 1 addition & 1 deletion src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ function HomepageHeader() {
<div>
<Link
className={clsx('button button--outline button--primary',styles.linkButton)}
to="/intro">
to="/welcome">
Get Started
</Link>
</div>
Expand Down

0 comments on commit 0a716fe

Please sign in to comment.