Skip to content

Move ask-the-documents example app in the Wasp monorepo #3141

@infomiho

Description

@infomiho

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 appfaster wasp devImprovements that make developing Wasp itself faster and easier.

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions