Skip to content

Commit

Permalink
Merge branch 'staging' into feat/refactor-PoC, and some configuration…
Browse files Browse the repository at this point in the history
… adjustments
  • Loading branch information
banasa44 committed Jun 3, 2024
2 parents 5714176 + 70b3614 commit 27012e0
Show file tree
Hide file tree
Showing 18 changed files with 163 additions and 993 deletions.
28 changes: 0 additions & 28 deletions docs/osx/02-how-to-guides/01-dao/index.md

This file was deleted.

212 changes: 0 additions & 212 deletions docs/osx/02-how-to-guides/02-plugin-development/index.md

This file was deleted.

1 change: 1 addition & 0 deletions docs/overview/overview/index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
slug: /
title: What is Aragon OSx?
sidebar_label: Introduction
sidebar_position: 0
Expand Down
10 changes: 5 additions & 5 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,9 @@ const config = {
tagline: "Let's build amazing things together",
url: 'https://devs.aragon.org',
baseUrl: '/',

onBrokenLinks: 'throw',
onBrokenMarkdownLinks: 'throw',
onBrokenAnchors: 'throw',
onBrokenLinks: 'warn',
onBrokenMarkdownLinks: 'warn',
onBrokenAnchors: 'warn',

favicon: 'img/Aragon-logo-circle.png',

Expand All @@ -25,6 +24,7 @@ const config = {
'@docusaurus/preset-classic',
{
docs: {
routeBasePath: '/',
sidebarPath: require.resolve('./sidebars.js'),
remarkPlugins: [math],
rehypePlugins: [katex],
Expand Down Expand Up @@ -194,7 +194,7 @@ const config = {
rootPath: './versioned_docs/version-1.3.0',
baseURL: 'osx/subgraph/reference-guide',
homepage: './static/subgraph/index.md',
linkRoot: '/docs/1.3.0',
linkRoot: '/1.3.0',
loaders: {
JsonFileLoader: {
module: '@graphql-tools/json-file-loader',
Expand Down
97 changes: 0 additions & 97 deletions src/components/ComponentCard/index.tsx

This file was deleted.

1 change: 0 additions & 1 deletion src/components/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
export * from './ComponentCard';
export * from './Footer';
export * from './HeroHeader';
export * from './WelcomeCard';
Expand Down
Loading

0 comments on commit 27012e0

Please sign in to comment.