-
Notifications
You must be signed in to change notification settings - Fork 34
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
feat: migrate documentation to Starlight #289
Conversation
|
Changes proposed in this pull request
This PR sets up a new Starlight documentation site within the repository, and moves our documentation off Readme.io onto Github pages (most likely, hosting solution TBD)
Context
Closes #287
To run this locally:
git clone https://github.com/interledger/open-payments.git
cd open-payments
git checkout chj/287/migrate-docs-to-starlight
pnpm i
cd docs
pnpm dev