Skip to content

Commit

Permalink
ci: ready to build
Browse files Browse the repository at this point in the history
  • Loading branch information
banasa44 committed May 8, 2024
1 parent 71c1ecd commit f6ae59c
Show file tree
Hide file tree
Showing 241 changed files with 18 additions and 9,083 deletions.
4 changes: 2 additions & 2 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -163,10 +163,10 @@ const config = {
'@graphql-markdown/docusaurus',
{
schema: `./static/subgraph/schema-introspection-partial.json`,
rootPath: './docs/',
rootPath: './versioned_docs/version-1.3.0',
baseURL: 'osx/subgraph/reference-guide',
homepage: './static/subgraph/index.md',
linkRoot: '/docs/1.4.0',
linkRoot: '/docs',
loaders: {
JsonFileLoader: {
module: '@graphql-tools/json-file-loader',
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: The Smart Contracts behind DAOs
title: Smart Contracts
---

## The Contracts Constituting Your DAO
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Framework - How Everything Connects
title: Framework
---

## The Infrastructure Running the Aragon OSx Protocol
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: How to Operate a DAO
title: Operate a DAO
---

DAOs are decentralized autonomous organizations. They are a group of people managing on-chain assets through a set of smart contracts.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: How to build a DAO Plugin
title: Plugin Development
---

## Plugin Development Quickstart Guide
Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-1.3.0/osx/02-how-to-guides/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: How-to Guides
title: Tutorials
---

## Welcome to our How To Guides on Using the Aragon OSx Protocol!
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -168,12 +168,12 @@ The `applyUpdate` action CAN be wrapped by `grant` and `revoke` actions:
| | `"invalidGrantRootPermissionPermissionName"` | The `permissionName` must be `ROOT_PERMISSION`. |
| | `"invalidRevokeRootPermissionPermissionName"` | " |

[execute]: ../../osx/01-how-it-works/01-core/01-dao/01-actions.md#a-deep-dive-into-actions-and-execution
[action]: ../../osx/01-how-it-works/01-core/01-dao/01-actions.md#actions
[allowfailuremap]: ../../osx/01-how-it-works/01-core/01-dao/01-actions.md#allowing-for-failure
[initializefrom]: ../../osx/03-reference-guide/core/dao/DAO.md#external-function-initializefrom
[execute]: ../../01-how-it-works/01-core/01-dao/01-actions.md#a-deep-dive-into-actions-and-execution
[action]: ../../01-how-it-works/01-core/01-dao/01-actions.md#actions
[allowfailuremap]: ../../01-how-it-works/01-core/01-dao/01-actions.md#allowing-for-failure
[initializefrom]: ../../03-reference-guide/core/dao/DAO.md#external-function-initializefrom
[oz-upgradeto]: https://github.com/OpenZeppelin/openzeppelin-contracts-upgradeable/blob/3d4c0d5741b131c231e558d7a6213392ab3672a5/contracts/proxy/utils/UUPSUpgradeable.sol#L74-L77
[oz-upgradetoandcall]: https://github.com/OpenZeppelin/openzeppelin-contracts-upgradeable/blob/3d4c0d5741b131c231e558d7a6213392ab3672a5/contracts/proxy/utils/UUPSUpgradeable.sol#L89-L92
[applyupdate]: ../../osx/03-reference-guide/framework/plugin/setup/PluginSetupProcessor.md#external-function-applyupdate
[grant]: ../../osx/03-reference-guide/core/permission/PermissionManager.md#external-function-grant
[revoke]: ../../osx/03-reference-guide/core/permission/PermissionManager.md#external-function-revoke
[applyupdate]: ../../03-reference-guide/framework/plugin/setup/PluginSetupProcessor.md#external-function-applyupdate
[grant]: ../../03-reference-guide/core/permission/PermissionManager.md#external-function-grant
[revoke]: ../../03-reference-guide/core/permission/PermissionManager.md#external-function-revoke
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Aragon SDK
sidebar_label: Intro
sidebar_position: 0
sidebar_label: OSX's SDK
sidebar_position: 5
---

## The JavaScript/TypeScript SDK for Aragon OSx
Expand Down
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Aragon Subgraph [WIP]
sidebar_label: Introduction
sidebar_position: 0
sidebar_position: 6
---

## The On-Chain Information
Expand All @@ -16,4 +16,4 @@ You can use the [Aragon subgraph-satsuma playground](https://subgraph.satsuma-pr

### Walkthrough

This documentation includes some [example queries](./01-query-examples/index.md) to get you familiarized with subgraph protocol and the [Reference Guide](./reference-guide/index.md) generated from the latest version of our `@aragon/osx` [subgraph schema](https://github.com/aragon/osx/blob/develop/packages/subgraph/schema.graphql).
This documentation includes some [example queries](./01-query-examples/index.md) to get you familiarized with subgraph protocol and the [Reference Guide](./reference-guide/index.md) generated from the latest version of our `@aragon/osx` [subgraph schema](https://github.com/aragon/osx/blob/develop/packages/subgraph/schema.graphql).

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit f6ae59c

Please sign in to comment.