目录

docs-dotnet-core-tutorial

This repo contains a tutorial for deploying your first .NET Core app on Cloud Foundry.

Set up MkDocs

To set up MkDocs, follow the steps below:

  1. Install Python using your preferred package manager. For example:

     brew install python3
  2. Install MkDocs:

     pip3 install mkdocs
  3. Install the ‘material’ theme:

     pip3 install mkdocs-material
  4. Install the ‘material’ theme:

     pip3 install mkdocs-markdownextradata-plugin

Preview changes

To preview the docs locally, follow the steps below:

  1. Run the following command to start MkDocs:

     mkdocs serve
  2. In a browser, navigate to http://127.0.0.1:8000 to preview the docs.

关于
68.0 KB
邀请码