Skip to content

ivancheban/my-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MkDocs Material with versioning

This is MkDocs Material with versioning using mike.

How to use versioning

To publish a new version:

  1. Run this command to delete all previous versions of documentation:

    mike delete --all
  2. In the project folder, run this command:

    mike deploy --push --update-aliases 0.1 latest

    Use your version instead of 0.1.

  3. Run this command:

    mike set-default --push latest
  4. When published, clear the cache in your browser to see the new version in the dropdown.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages