docs: remove separate frontend docs and link to repo

The frontend docs should just be in the frontend. This is a standard practice for monorepos with developer information for specific packages within the monorepo.
This commit is contained in:
psychedelicious
2024-01-15 08:50:59 +11:00
parent 7e0713c869
commit 5e4daf4bc6
2 changed files with 1 additions and 77 deletions

View File

@ -12,7 +12,7 @@ To get started, take a look at our [new contributors checklist](newContributorCh
Once you're setup, for more information, you can review the documentation specific to your area of interest:
* #### [InvokeAI Architecure](../ARCHITECTURE.md)
* #### [Frontend Documentation](./contributingToFrontend.md)
* #### [Frontend Documentation](https://github.com/invoke-ai/InvokeAI/tree/main/invokeai/frontend/web)
* #### [Node Documentation](../INVOCATIONS.md)
* #### [Local Development](../LOCAL_DEVELOPMENT.md)