From 4e885119ac97617bffe5fd74812ba2927728010c Mon Sep 17 00:00:00 2001 From: Alexandra Tran Date: Mon, 3 Jun 2024 11:58:17 -0700 Subject: [PATCH] ConsenSys -> Consensys --- .github/workflows/build.yml | 2 +- .github/workflows/case.yml | 2 +- .github/workflows/lint.yml | 4 ++-- .github/workflows/release.yaml | 2 +- LICENSE | 2 +- README.md | 6 +++--- docusaurus.config.js | 24 ++++++++++++------------ 7 files changed, 21 insertions(+), 21 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d314a9c..05e1bad 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -19,6 +19,6 @@ jobs: - uses: actions/checkout@v3 - name: Build - uses: ConsenSys/docs-gha/build@main + uses: Consensys/docs-gha/build@main with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/case.yml b/.github/workflows/case.yml index ba0ff93..d397191 100644 --- a/.github/workflows/case.yml +++ b/.github/workflows/case.yml @@ -20,7 +20,7 @@ jobs: - uses: actions/checkout@v3 - name: Case check action - uses: ConsenSys/docs-gha/case@main + uses: Consensys/docs-gha/case@main with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} DOC_DIR: ${{ matrix.folder }} diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index b7e3e17..d1cc6f7 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -17,7 +17,7 @@ jobs: - uses: actions/checkout@v3 - name: Lint - uses: ConsenSys/docs-gha/lint@main + uses: Consensys/docs-gha/lint@main with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} @@ -30,6 +30,6 @@ jobs: steps: - uses: actions/checkout@v3 - name: LinkCheck - uses: ConsenSys/docs-gha/linkcheck@main + uses: Consensys/docs-gha/linkcheck@main with: FILE_EXTENSION: ${{ matrix.file-extensions }} diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 37f4470..952b481 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -26,7 +26,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: Release - uses: ConsenSys/docs-gha/release@main + uses: Consensys/docs-gha/release@main with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} SEMANTIC_RELEASE: true diff --git a/LICENSE b/LICENSE index 7c55837..4031fe5 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright 2023 ConsenSys Software, Inc +Copyright 2024 Consensys Software, Inc Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: diff --git a/README.md b/README.md index f03105f..07fa872 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ -# ConsenSys docs template and guide +# Consensys docs template and guide -This repository is a template for creating new ConsenSys documentation sites. +This repository is a template for creating new Consensys documentation sites. It's built using [Docusaurus](https://docusaurus.io/). -It also contains a written guide for contributing to ConsenSys docs, and creating, configuring, and +It also contains a written guide for contributing to Consensys docs, and creating, configuring, and testing new doc sites, published at [`docs-template.consensys.net`](https://docs-template.consensys.net/). \ No newline at end of file diff --git a/docusaurus.config.js b/docusaurus.config.js index daf14d2..a4e9e88 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -38,7 +38,7 @@ const config = { docs: { sidebarPath: require.resolve("./sidebars.js"), // Set a base path separate from default /docs - editUrl: "https://github.com/ConsenSys/docs-template/tree/main/", + editUrl: "https://github.com/Consensys/docs-template/tree/main/", routeBasePath: "/", path: "./docs", includeCurrentVersion: true, @@ -119,9 +119,9 @@ const config = { }, }, navbar: { - title: "ConsenSys docs guide", + title: "Consensys docs guide", logo: { - alt: "ConsenSys logo", + alt: "Consensys logo", src: "img/logo.svg", srcDark: "img/logo_dark.svg", width: 32, @@ -129,7 +129,7 @@ const config = { }, items: [ { - href: "https://github.com/ConsenSys/docs-template", + href: "https://github.com/Consensys/docs-template", className: "header-github-link", position: "right", }, @@ -144,7 +144,7 @@ const config = { style: "dark", links: [ { - title: "ConsenSys developer docs", + title: "Consensys developer docs", items: [ { label: "Overview", @@ -165,7 +165,7 @@ const config = { ], }, { - title: "ConsenSys doc sites", + title: "Consensys doc sites", items: [ { label: "Teku", @@ -189,25 +189,25 @@ const config = { title: "Community", items: [ { - label: "ConsenSys documentation GitHub", - href: "https://github.com/ConsenSys/docs-template", + label: "Consensys documentation GitHub", + href: "https://github.com/Consensys/docs-template", }, { - label: "ConsenSys Discord", + label: "Consensys Discord", href: "https://discord.com/invite/consensys", }, { - label: "ConsenSys Twitter", + label: "Consensys Twitter", href: "https://twitter.com/consensys", }, { - label: "ConsenSys home", + label: "Consensys home", href: "https://consensys.net/", }, ], }, ], - copyright: `© ${new Date().getFullYear()} ConsenSys, Inc.`, + copyright: `© ${new Date().getFullYear()} Consensys, Inc.`, }, prism: { theme: lightCodeTheme,