From bdcf0356aa2d79683bfc7eebe730d32304097120 Mon Sep 17 00:00:00 2001 From: Giorgi Lagidze Date: Mon, 2 Dec 2024 20:57:57 +0400 Subject: [PATCH] new path --- playbook-local-only.yml | 4 ++-- playbook.yml | 11 +++++------ ui/README.adoc | 2 +- ui/theme/partials/article.hbs | 10 ---------- 4 files changed, 8 insertions(+), 19 deletions(-) diff --git a/playbook-local-only.yml b/playbook-local-only.yml index 8af8424d..88497825 100644 --- a/playbook-local-only.yml +++ b/playbook-local-only.yml @@ -1,6 +1,6 @@ site: - title: OpenZeppelin Docs - url: https://docs.openzeppelin.com + title: Aragon Docs + url: https://docs.aragon.org start_page: ROOT::index.adoc keys: google_analytics: 'UA-85043059-1' diff --git a/playbook.yml b/playbook.yml index f3ab4134..4c9367ca 100644 --- a/playbook.yml +++ b/playbook.yml @@ -1,6 +1,6 @@ site: - title: OpenZeppelin Docs - url: https://docs.openzeppelin.com + title: Aragon Docs + url: https://docs.aragon.org start_page: ROOT::index.adoc keys: google_analytics: 'UA-85043059-1' @@ -16,6 +16,9 @@ content: - url: https://github.com/aragon/token-voting-plugin branches: feature/docs start_path: packages/contracts/docs + - url: https://github.com/aragon/admin-plugin + branches: feat/docs + start_path: packages/contracts/docs - url: https://github.com/aragon/osx branches: feature/docs start_path: packages/contracts/docs @@ -31,10 +34,6 @@ content: - url: https://github.com/aragon/gov-app-template branches: feat/documentation-antora start_path: docs - - url: https://github.com/aragon/admin-plugin - branches: feat/docs - start_path: docs - ui: bundle: diff --git a/ui/README.adoc b/ui/README.adoc index 6e1db172..aa6291f6 100644 --- a/ui/README.adoc +++ b/ui/README.adoc @@ -1,4 +1,4 @@ -= OpenZeppelin UI Docs Theme += Aragon UI Docs Theme == Development Triggers a file Watcher and with LiveReload for UI Development diff --git a/ui/theme/partials/article.hbs b/ui/theme/partials/article.hbs index 41a88980..d57d0ff6 100644 --- a/ui/theme/partials/article.hbs +++ b/ui/theme/partials/article.hbs @@ -1,15 +1,5 @@
- {{#if (in @root.page.component.name "cli, upgrades")}} -
- OpenZeppelin SDK is not being actively developed. We recommend using Upgrades Plugins instead. For more information, see Building for interoperability: why we’re focusing on Upgrades Plugins. -
- {{/if}} - {{#if (in @root.page.component.name "network-js, gsn-provider, gsn-helpers, starter-kits")}} -
- {{@root.page.component.title}} is deprecated. We are no longer developing new features nor addressing issues. Read here for more info. -
- {{/if}} {{#if page.title}}

{{{page.title}}}

{{/if}}