diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 91285d5c..34cfddec 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,7 +1,6 @@ ## Contributing 1. The [DEVELOPING](DEVELOPING.md) doc has details on how to set up your environment. -1. Familiarize yourself with the codebase by reading the [docs](docs), which you can generate locally by running `yarn docs`. 1. Create a new issue before starting your project so that we can keep track of what you are trying to add/fix. That way, we can also offer suggestions or let you know if there is already an effort in progress. diff --git a/DEVELOPING.md b/DEVELOPING.md index 98a86efe..ccb922b9 100644 --- a/DEVELOPING.md +++ b/DEVELOPING.md @@ -34,10 +34,6 @@ This cleans all generated files and directories. Run `yarn clean-all` to also cl This tests the typescript using ts-node. -### `yarn docs` - -This generates documentation into [docs](docs). - ### `yarn lint` This lints all the typescript. If there are no errors/warnings