mkdocs.org
Project documentation with Markdown.
Package Information
- Domain:
mkdocs.org
- Name:
mkdocs.org
- Homepage: Not specified
- Source: View on GitHub
Installation
bash
# Install with launchpad
launchpad install mkdocs
Programs
This package provides the following executable programs:
mkdocs
Aliases
This package can also be accessed using these aliases:
mkdocs
Available Versions
Show all 3 versions
1.6.1
,1.6.0
,1.5.3
Latest Version: 1.6.1
Install Specific Version
bash
# Install specific version
sh <(curl https://pkgx.sh) +mkdocs.org@1.6.1 -- $SHELL -i
Dependencies
This package depends on:
python.org>=3<3.12
Usage Examples
typescript
import { pantry } from 'ts-pkgx'
// Access this package
const pkg = pantry.mkdocsorg
console.log(`Package: ${pkg.name}`)
console.log(`Description: ${pkg.description}`)
console.log(`Programs: ${pkg.programs.join(', ')}`)
Links
This documentation was auto-generated from package data.