Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

repo name change #35

Merged
merged 1 commit into from
Aug 1, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ This command generates static content into the `build` directory and can be serv
## Submit an Issue

Start by [searching if an issue already exists](https://docs.github.com/en/github/searching-for-information-on-github/searching-on-github/searching-issues-and-pull-requests#search-by-the-title-body-or-comments).
If a related issue doesn't exist, you can [open a new issue](https://github.com/gnosischain/developers-portal/issues/new/choose) following the instructions of the template accordingly.
If a related issue doesn't exist, you can [open a new issue](https://github.com/gnosischain/documentation/issues/new/choose) following the instructions of the template accordingly.

Issues are categorized by type:

Expand All @@ -51,7 +51,7 @@ Issues are categorized by type:

For help, see [GitHub Docs: Linking a pull request to an issue using a keyword](https://docs.github.com/en/free-pro-team@latest/github/managing-your-work-on-github/linking-a-pull-request-to-an-issue#linking-a-pull-request-to-an-issue-using-a-keyword).

- Submit a PR against the `main` branch of the `gnosischain/developers-portal` repo
- Submit a PR against the `main` branch of the `gnosischain/documentation` repo
- Follow the PR template instructions carefuly

## Writing style
Expand Down
4 changes: 2 additions & 2 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const config = {
// GitHub pages deployment config.
// If you aren't using GitHub pages, you don't need these.
organizationName: 'gnosischain', // Usually your GitHub org/user name.
projectName: 'developers-portal', // Usually your repo name.
projectName: 'documentation', // Usually your repo name.

// Even if you don't use internalization, you can use this field to set useful
// metadata like html lang. For example, if your site is Chinese, you may want
Expand All @@ -38,7 +38,7 @@ const config = {
// Please change this to your repo.
// Remove this to remove the "edit this page" links.
editUrl:
'https://github.com/gnosischain/developers-portal/tree/main',
'https://github.com/gnosischain/documentation/tree/main',
},
theme: {
customCss: require.resolve('./src/css/custom.css'),
Expand Down