Skip to content

Commit 5ace0c4

Browse files
committed
docs(website): update organization name and URLs to p0tion-tools
Updated all references from zkpservices to p0tion-tools organization and configured proper GitHub Pages deployment URLs. - Update organization name to p0tion-tools - Update base URL for GitHub Pages deployment - Update documentation and repository links - Update copyright attribution
1 parent 78d5f33 commit 5ace0c4

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

apps/website/docs/intro.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,5 +74,5 @@ For API documentation, see the [API Reference](/api).
7474

7575
For questions and support:
7676

77-
- GitHub Issues: [github.com/zkpservices/brebaje/issues](https://github.com/zkpservices/brebaje/issues)
78-
- Documentation: [brebaje.io](https://brebaje.io)
77+
- GitHub Issues: [github.com/p0tion-tools/brebaje/issues](https://github.com/p0tion-tools/brebaje/issues)
78+
- Documentation: [p0tion-tools.github.io/brebaje](https://p0tion-tools.github.io/brebaje)

apps/website/docusaurus.config.js

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ const config = {
88
favicon: "img/favicon.ico",
99

1010
// Set the production url of your site here
11-
url: "https://brebaje.io",
11+
url: "https://p0tion-tools.github.io",
1212
// Set the /<baseUrl>/ pathname under which your site is served
1313
// For GitHub pages deployment, it is often '/<projectName>/'
14-
baseUrl: "/",
14+
baseUrl: "/brebaje/",
1515

1616
// GitHub pages deployment config.
1717
// If you aren't using GitHub pages, you don't need these.
18-
organizationName: "zkpservices", // Usually your GitHub org/user name.
18+
organizationName: "p0tion-tools", // Usually your GitHub org/user name.
1919
projectName: "brebaje", // Usually your repo name.
2020

2121
onBrokenLinks: "throw",
@@ -38,7 +38,7 @@ const config = {
3838
sidebarPath: "./sidebars.js",
3939
routeBasePath: "/",
4040
// Remove this to remove the "edit this page" links.
41-
editUrl: "https://github.com/zkpservices/brebaje/tree/main/apps/website/",
41+
editUrl: "https://github.com/p0tion-tools/brebaje/tree/main/apps/website/",
4242
},
4343
blog: false,
4444
theme: {
@@ -80,7 +80,7 @@ const config = {
8080
label: "API Reference",
8181
},
8282
{
83-
href: "https://github.com/zkpservices/brebaje",
83+
href: "https://github.com/p0tion-tools/brebaje",
8484
position: "right",
8585
className: "header-github-link",
8686
"aria-label": "GitHub repository",
@@ -108,12 +108,12 @@ const config = {
108108
items: [
109109
{
110110
label: "GitHub",
111-
href: "https://github.com/zkpservices/brebaje",
111+
href: "https://github.com/p0tion-tools/brebaje",
112112
},
113113
],
114114
},
115115
],
116-
copyright: `Copyright © ${new Date().getFullYear()} Brebaje. Built with Docusaurus.`,
116+
copyright: `Copyright © ${new Date().getFullYear()} The Brebaje Community. Built with Docusaurus.`,
117117
},
118118
prism: {
119119
theme: require("prism-react-renderer").themes.github,

0 commit comments

Comments
 (0)