-
Notifications
You must be signed in to change notification settings - Fork 188
Closed as not planned
Labels
Description
Describe the bug
the talawa api docs needs to be updated with new default and rootless devcontainer build and start commands
To Reproduce
Steps to reproduce the behavior:
- visit talawa api docs
- move to operation secion
- it has the old command which was a single dev container at root in a folder.
Expected behavior
the docs should have both commands as the .devcantainer now has 2 different modes
- default
- rootless
Actual behavior
currently the docs have just one command devcontainer build --workspace-folder . which won't work as the configuration is changed now
Additional details
the new command for default is
devcontainer up --workspace-folder . --config .devcontainer/default/devcontainer.json
and for rootless
devcontainer up --workspace-folder . --config .devcontainer/rootless/devcontainer.json
Reactions are currently unavailable
