-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Closed
Labels
exampleExample appExample appfaster wasp devImprovements that make developing Wasp itself faster and easier.Improvements that make developing Wasp itself faster and easier.
Description
Currently the ask-the-documents
example app lives in a separate repo at https://github.com/wasp-lang/ask-the-documents. This creates maintenance overhead since we need to update it when Wasp changes, it's not covered by our CI, and it has separate deployment.
We should move it into the main Wasp repo under examples/ask-the-documents/
so that:
- It gets updated alongside other examples
- It has CI will tests like the other examples
- It can be deployed with our other examples
Rough idea on what to do:
- Copy the app code to
examples/ask-the-documents/
- Add to CI configuration
- Include in deployment pipeline
- Update documentation links
- Update old repo to point to new location
- Archive the old repo
Metadata
Metadata
Assignees
Labels
exampleExample appExample appfaster wasp devImprovements that make developing Wasp itself faster and easier.Improvements that make developing Wasp itself faster and easier.