chore(docs): move docs to the packages directory (#29256)

Move the `docs/` directory into the `packages/` directory. This will
enable us to create a top level `docs/` folder for onboarding and
contributing guidelines. It will also be necessary when migrating to
pnpm.

---------

Co-authored-by: Liam DeBeasi <liamdebeasi@users.noreply.github.com>
This commit is contained in:
Brandy Carney
2024-04-02 21:27:00 -04:00
committed by GitHub
parent ee5da7a747
commit 9b3cf9fbc2
10 changed files with 5 additions and 6 deletions

7
packages/docs/README.md Normal file
View File

@ -0,0 +1,7 @@
# @ionic/docs
This package publishes the JSON data used to build the [Ionic API documentation](https://ionicframework.com/docs/api).
## License
* [MIT](https://raw.githubusercontent.com/ionic-team/ionic/main/LICENSE)