Skip to content

Commit

Permalink
first commit (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
wkande authored Oct 19, 2024
1 parent 425d381 commit f008f33
Show file tree
Hide file tree
Showing 205 changed files with 1,265 additions and 7,353 deletions.
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
# DAO docs preview

This technical documentation is a fork of the official
[API3 technical documentation](https://docs.api3.org). The intent is to develop
dao-related documentation here privately then merge into the official repo when
ready.
Documentation for dao-related matters.

## Instructions

Expand Down
23 changes: 8 additions & 15 deletions docs/.vitepress/config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export default {
title: 'Documentation',
title: 'DAO Documentation',
description: 'API3 technical documentation',
markdown: {
lineNumbers: true,
Expand Down Expand Up @@ -70,9 +70,9 @@ export default {
light: '/img/API3-Active.png',
dark: '/img/api3-inactive.png',
},
siteTitle: 'Documentation',
siteTitle: 'DAO Documentation',
socialLinks: [
{ icon: 'github', link: 'https://github.com/api3dao/vitepress-docs' },
{ icon: 'github', link: 'https://github.com/api3dao/dao-docs' },
{
icon: 'discord',
link: 'https://discord.com/channels/758003776174030948/765618225144266793',
Expand All @@ -83,22 +83,15 @@ export default {
copyright: 'Copyright © 2019-present API3',
},
sidebar: {
'/dapis/': require('../dapis/sidebar.js'),
'/oev/': require('../oev/sidebar.js'),
'/dev/': require('../dev/sidebar.js'),
'/': require('../sidebar.js'),
},
nav: nav(),
//nav: nav(),
},
};

function nav() {
/*function nav() {
return [
{ text: 'Home', link: '/' },
{
text: 'dAPIs',
link: '/dapis/introduction/',
activeMatch: '/dapis/.*',
},
{ text: 'OEV', link: '/oev/', activeMatch: '/oev/.*' },
{ text: 'DAO', link: '/dao/', activeMatch: '/dao/.*' },
];
}
}*/
1 change: 0 additions & 1 deletion docs/dapis/assets/diagrams/.$airnode.drawio.bkp

This file was deleted.

This file was deleted.

1 change: 0 additions & 1 deletion docs/dapis/assets/diagrams/.$dao-pool-staking-2.drawio.bkp

This file was deleted.

1 change: 0 additions & 1 deletion docs/dapis/assets/diagrams/.$dao-pool-staking.drawio.bkp

This file was deleted.

This file was deleted.

1 change: 0 additions & 1 deletion docs/dapis/assets/diagrams/.$dao-subdao-teams.drawio.bkp

This file was deleted.

1 change: 0 additions & 1 deletion docs/dapis/assets/diagrams/.$dao.drawio.bkp

This file was deleted.

1 change: 0 additions & 1 deletion docs/dapis/assets/diagrams/.$dapi-beacons.drawio.bkp

This file was deleted.

This file was deleted.

1 change: 0 additions & 1 deletion docs/dapis/assets/diagrams/airnode.drawio

This file was deleted.

Loading

0 comments on commit f008f33

Please sign in to comment.