Skip to content

Commit

Permalink
Remove references to mm-docs-v2 (MetaMask#723)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandratran authored Apr 24, 2023
1 parent 3028be0 commit 89e10f8
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 34 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ This facilitates open contributions, testing, and peer review.

To contribute changes:

1. Search for an [existing issue](https://github.com/MetaMask/mm-docs-v2/issues) to work on, or
1. Search for an [existing issue](https://github.com/MetaMask/metamask-docs/issues) to work on, or
[create a new issue](https://docs.github.com/en/issues/tracking-your-work-with-issues/creating-an-issue)
describing the content issue you'd like to address.
Make sure no one else is assigned to the issue, and assign yourself to it.
Expand All @@ -27,7 +27,7 @@ To contribute changes:
this repository to your computer.

```bash
git clone https://github.com/MetaMask/mm-docs-v2.git
git clone https://github.com/MetaMask/metamask-docs.git
```

3. [Create and checkout a topic branch](https://git-scm.com/book/en/v2/Git-Branching-Basic-Branching-and-Merging),
Expand Down Expand Up @@ -64,7 +64,7 @@ To contribute changes:
git push origin
```

7. On [this repository on GitHub](https://github.com/MetaMask/mm-docs-v2), you’ll see a banner
7. On [this repository on GitHub](https://github.com/MetaMask/metamask-docs), you’ll see a banner
prompting you to create a PR with your recent changes.
Create a PR, describing your changes in detail.
[Link the issue](https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue)
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: "metamask", // Usually your GitHub org/user name.
projectName: "mm-docs-v2", // Usually your repo name.
projectName: "metamask-docs", // 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 Down Expand Up @@ -285,7 +285,7 @@ const config = {
},
{
label: "Documentation GitHub",
href: "https://github.com/MetaMask/mm-docs-v2",
href: "https://github.com/MetaMask/metamask-docs",
},
{
label: "MetaMask wallet GitHub",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "mm-docs-v-2",
"name": "metamask-docs",
"version": "0.0.0",
"private": true,
"license": "(MIT OR Apache-2.0)",
Expand Down
56 changes: 28 additions & 28 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9191,6 +9191,34 @@ __metadata:
languageName: node
linkType: hard

"metamask-docs@workspace:.":
version: 0.0.0-use.local
resolution: "metamask-docs@workspace:."
dependencies:
"@docusaurus/core": 2.4.0
"@docusaurus/eslint-plugin": ^2.4.0
"@docusaurus/module-type-aliases": 2.4.0
"@docusaurus/plugin-client-redirects": 2.4.0
"@docusaurus/preset-classic": 2.4.0
"@lavamoat/allow-scripts": ^2.3.0
"@mdx-js/react": ^1.6.22
"@metamask/design-tokens": ^1.11.1
"@tsconfig/docusaurus": ^1.0.5
"@typescript-eslint/eslint-plugin": ^5.41.0
"@typescript-eslint/parser": ^5.41.0
clsx: ^1.2.1
eslint: ^8.26.0
eslint-plugin-react: ^7.31.10
eslint-plugin-unused-imports: ^2.0.0
prism-react-renderer: ^1.3.5
react: ^17.0.2
react-dom: ^17.0.2
remark-codesandbox: ^0.10.1
remark-docusaurus-tabs: ^0.2.0
typescript: ^4.7.4
languageName: unknown
linkType: soft

"methods@npm:~1.1.2":
version: 1.1.2
resolution: "methods@npm:1.1.2"
Expand Down Expand Up @@ -9455,34 +9483,6 @@ __metadata:
languageName: node
linkType: hard

"mm-docs-v-2@workspace:.":
version: 0.0.0-use.local
resolution: "mm-docs-v-2@workspace:."
dependencies:
"@docusaurus/core": 2.4.0
"@docusaurus/eslint-plugin": ^2.4.0
"@docusaurus/module-type-aliases": 2.4.0
"@docusaurus/plugin-client-redirects": 2.4.0
"@docusaurus/preset-classic": 2.4.0
"@lavamoat/allow-scripts": ^2.3.0
"@mdx-js/react": ^1.6.22
"@metamask/design-tokens": ^1.11.1
"@tsconfig/docusaurus": ^1.0.5
"@typescript-eslint/eslint-plugin": ^5.41.0
"@typescript-eslint/parser": ^5.41.0
clsx: ^1.2.1
eslint: ^8.26.0
eslint-plugin-react: ^7.31.10
eslint-plugin-unused-imports: ^2.0.0
prism-react-renderer: ^1.3.5
react: ^17.0.2
react-dom: ^17.0.2
remark-codesandbox: ^0.10.1
remark-docusaurus-tabs: ^0.2.0
typescript: ^4.7.4
languageName: unknown
linkType: soft

"move-concurrently@npm:^1.0.1":
version: 1.0.1
resolution: "move-concurrently@npm:1.0.1"
Expand Down

0 comments on commit 89e10f8

Please sign in to comment.