Converting DPS Documents to NMC Documentation

The NMC Documentation git repo is located at: https://gitlab-master.nvidia.com/ncp/mission-control/docs

  1. Clone the NMC Documentation repo

    git clone https://gitlab-master.nvidia.com/ncp/mission-control/docs mission-control
  2. Convert files to rst format using update_nmc_docs.sh

    ./dcpower/scripts/docs/update_nmc_docs.sh \
      --nmc-base-dir mission-control \
      --dcpower-base-dir dcpower
  3. Create merge request and commit changes to NMC Documentation repo