https://github.com/grokify/go-mkdocs
Go helpers for MkDocs
https://github.com/grokify/go-mkdocs
mkdocs
Last synced: about 2 months ago
JSON representation
Go helpers for MkDocs
- Host: GitHub
- URL: https://github.com/grokify/go-mkdocs
- Owner: grokify
- License: mit
- Created: 2023-10-22T07:19:52.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-09-22T09:04:42.000Z (9 months ago)
- Last Synced: 2025-09-22T11:21:28.217Z (9 months ago)
- Topics: mkdocs
- Language: Go
- Homepage:
- Size: 39.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Go MkDocs
[![Build Status][build-status-svg]][build-status-url]
[![Lint Status][lint-status-svg]][lint-status-url]
[![Go Report Card][goreport-svg]][goreport-url]
[![Docs][docs-godoc-svg]][docs-godoc-url]
[![License][license-svg]][license-url]
Go MkDocs (`go-mkdocs`) is a package to work with [MkDocs](https://www.mkdocs.org/). Initial capabilities are to programmatically generate a `mkdocs.yml` file and HTTP URL anchors.
[used-by-svg]: https://sourcegraph.com/github.com/grokify/go-mkdocs/-/badge.svg
[used-by-url]: https://sourcegraph.com/github.com/grokify/go-mkdocs?badge
[build-status-svg]: https://github.com/grokify/go-mkdocs/actions/workflows/ci.yaml/badge.svg?branch=main
[build-status-url]: https://github.com/grokify/go-mkdocs/actions/workflows/ci.yaml
[lint-status-svg]: https://github.com/grokify/go-mkdocs/actions/workflows/lint.yaml/badge.svg?branch=main
[lint-status-url]: https://github.com/grokify/go-mkdocs/actions/workflows/lint.yaml
[goreport-svg]: https://goreportcard.com/badge/github.com/grokify/go-mkdocs
[goreport-url]: https://goreportcard.com/report/github.com/grokify/go-mkdocs
[docs-godoc-svg]: https://pkg.go.dev/badge/github.com/grokify/go-mkdocs
[docs-godoc-url]: https://pkg.go.dev/github.com/grokify/go-mkdocs
[loc-svg]: https://tokei.rs/b1/github/grokify/go-mkdocs
[repo-url]: https://github.com/grokify/go-mkdocs
[license-svg]: https://img.shields.io/badge/license-MIT-blue.svg
[license-url]: https://github.com/grokify/go-mkdocs/blob/master/LICENSE