https://github.com/grokify/go-mkdocs
Go helpers for MkDocs
https://github.com/grokify/go-mkdocs
mkdocs
Last synced: about 1 month 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 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-09T19:52:11.000Z (11 months ago)
- Last Synced: 2024-10-04T22:41:07.202Z (7 months ago)
- Topics: mkdocs
- Language: Go
- Homepage:
- Size: 17.6 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]
[![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.
[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/workflows/test/badge.svg
[build-status-url]: https://github.com/grokify/go-mkdocs/actions/workflows/test.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