Skip to content

update at talawa api docs > getting started > operation section #1121

@ashutoshsao

Description

@ashutoshsao

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:

  1. visit talawa api docs
  2. move to operation secion
  3. 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

  1. default
  2. rootless

Actual behavior
currently the docs have just one command devcontainer build --workspace-folder . which won't work as the configuration is changed now

Screenshots
Image

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions