Skip to content

Commit

Permalink
Merge pull request #30 from Consensys/updates
Browse files Browse the repository at this point in the history
ConsenSys -> Consensys
  • Loading branch information
alexandratran authored Jun 3, 2024
2 parents b6a797a + 4e88511 commit e0b21ce
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
2 changes: 1 addition & 1 deletion .github/workflows/case.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

Expand All @@ -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 }}
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -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:

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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/).
24 changes: 12 additions & 12 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -119,17 +119,17 @@ 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,
height: 32,
},
items: [
{
href: "https://github.com/ConsenSys/docs-template",
href: "https://github.com/Consensys/docs-template",
className: "header-github-link",
position: "right",
},
Expand All @@ -144,7 +144,7 @@ const config = {
style: "dark",
links: [
{
title: "ConsenSys developer docs",
title: "Consensys developer docs",
items: [
{
label: "Overview",
Expand All @@ -165,7 +165,7 @@ const config = {
],
},
{
title: "ConsenSys doc sites",
title: "Consensys doc sites",
items: [
{
label: "Teku",
Expand All @@ -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,
Expand Down

0 comments on commit e0b21ce

Please sign in to comment.