Skip to content

Commit

Permalink
Refactored navigation
Browse files Browse the repository at this point in the history
  • Loading branch information
arietrouw committed Dec 19, 2023
1 parent 2de31ec commit a46c4b8
Show file tree
Hide file tree
Showing 64 changed files with 223 additions and 392 deletions.
2 changes: 1 addition & 1 deletion docs/.eslintrc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"root": true,
"extends": [
"@xylabs/react-base"
"@xylabs/react"
],
"parserOptions": {
"ecmaVersion": "latest",
Expand Down
9 changes: 0 additions & 9 deletions docs/demo-dapps/_category_.json

This file was deleted.

8 changes: 0 additions & 8 deletions docs/demo-dapps/gas-price-aggregator.mdx

This file was deleted.

21 changes: 21 additions & 0 deletions docs/demo-dapps/index.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
sidebar_position: 6
---
# Demo dApps

## [Token Price Aggregator](https://xyo.network/dapp/price-aggregator)

See the up-to-date prices of tokens.

## [Uniswap Pair Renderer](https://xyo.network/dapp/uniswap-pairs)

View information about a Uniswap Pair.

## [Gas Price Aggregator](https://xyo.network/dapp/gas-price-aggregator)

Find out what the current gas prices are on the Ethereum network.


{/* import {GasPriceAggregatorDemo} from './GasPriceAggregator' */}

{/*<GasPriceAggregatorDemo/>*/}
20 changes: 0 additions & 20 deletions docs/demo-dapps/token-price-aggregator.mdx

This file was deleted.

13 changes: 0 additions & 13 deletions docs/demo-dapps/uniswap-pairs.md

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
sidebar_position: 1
sidebar_position: 3
---

# Overview
# Build a dApp

Creating a basic dApp that can run on the XYO Platform is very simple. It just requires the developer to create a manifest file that configures modules to do something useful.
In some cases, starting with an existing Manifest and modifying to is the easiest way to get started.
Expand Down
File renamed without changes.
14 changes: 14 additions & 0 deletions docs/developing-with-xyo/custom-modules/index.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
sidebar_position: 4
---
# Custom Modules

## Witness

## Diviner

## Archivist

## Sentinel

## Bridge
15 changes: 15 additions & 0 deletions docs/developing-with-xyo/existing-application/index.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
sidebar_position: 7
---
# XYO in Existing Applications

To use the unique functionality of XYO, you do not need to build your entire solution as a dApp or on the XYO Platform. You can easily add functionlaity to existing applications.

## React

## NodeJS

## iOS

## Android

File renamed without changes.
13 changes: 13 additions & 0 deletions docs/developing-with-xyo/index.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
sidebar_position: 4
---

# Developing with XYO

## Concepts

Learn more about core [concepts](./concepts) of XYO

## Custom Modules

Learn more about building your own [custom modules](./custom-modules) for XYO
13 changes: 13 additions & 0 deletions docs/developing-with-xyo/quickstart.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
sidebar_position: 1
---

# Setup Development Environment
If you're ready to add XYO to the project you're working on, there's a few steps you'll need to complete. Want to learn more about XYO before adding it directly to your project? Head over to our [**Getting Started Guide**](/getting-started-developer/quickstart)

Let's discover **XYO Platform in less than 5 minutes**.

<!-- External component -->
import { InstallXyoOptions } from './components/installation';

<InstallXyoOptions/>
File renamed without changes.
9 changes: 0 additions & 9 deletions docs/getting-started-developer/_category_.json

This file was deleted.

9 changes: 0 additions & 9 deletions docs/getting-started-developer/build-dapp/_category_.json

This file was deleted.

5 changes: 0 additions & 5 deletions docs/getting-started-developer/custom-archivist.md

This file was deleted.

5 changes: 0 additions & 5 deletions docs/getting-started-developer/custom-bridge.md

This file was deleted.

5 changes: 0 additions & 5 deletions docs/getting-started-developer/custom-diviner.md

This file was deleted.

5 changes: 0 additions & 5 deletions docs/getting-started-developer/custom-sentinel.md

This file was deleted.

5 changes: 0 additions & 5 deletions docs/getting-started-developer/custom-witness.md

This file was deleted.

28 changes: 0 additions & 28 deletions docs/getting-started-developer/quickstart.mdx

This file was deleted.

39 changes: 0 additions & 39 deletions docs/getting-started-developer/use-dapps.md

This file was deleted.

9 changes: 0 additions & 9 deletions docs/getting-started-host/_category_.json

This file was deleted.

5 changes: 0 additions & 5 deletions docs/getting-started-host/mongodb.mdx

This file was deleted.

5 changes: 0 additions & 5 deletions docs/getting-started-host/nodejs-node.mdx

This file was deleted.

5 changes: 0 additions & 5 deletions docs/getting-started-host/quickstart.mdx

This file was deleted.

5 changes: 0 additions & 5 deletions docs/getting-started-host/settings.mdx

This file was deleted.

9 changes: 0 additions & 9 deletions docs/getting-started-user/_category_.json

This file was deleted.

5 changes: 0 additions & 5 deletions docs/getting-started-user/additional-dapps.mdx

This file was deleted.

5 changes: 0 additions & 5 deletions docs/getting-started-user/desktop-node.mdx

This file was deleted.

5 changes: 0 additions & 5 deletions docs/getting-started-user/mobile-node.mdx

This file was deleted.

5 changes: 0 additions & 5 deletions docs/getting-started-user/quickstart.mdx

This file was deleted.

6 changes: 0 additions & 6 deletions docs/getting-started-user/settings.mdx

This file was deleted.

5 changes: 0 additions & 5 deletions docs/getting-started-user/system-apps.mdx

This file was deleted.

5 changes: 0 additions & 5 deletions docs/getting-started-user/third-party-dapps.mdx

This file was deleted.

17 changes: 17 additions & 0 deletions docs/getting-started/index.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
sidebar_position: 2
---

# Getting Started with XYO

## In-Browser Node

The quickest way to get started with XYO is to use an in-browser node by going to [node.xyo.network](https://node.xyo.network).

## dApps

## System dApps

## Install XYO

You can move the Node that you are using in the Browser to your Desktop or your Mobile device with one simple click.
3 changes: 1 addition & 2 deletions docs/glossary.md → docs/glossary.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
sidebar_position: 8
sidebar_position: 9
---

# Glossary

Looking for a quick reminder on definitions or usages for XYO technology? You're in the right place.
Expand Down
Loading

0 comments on commit a46c4b8

Please sign in to comment.