From 24ddf9e2929c48d8f3e750aec2dfc50f474d1c8a Mon Sep 17 00:00:00 2001 From: Abhinav Gupta Date: Tue, 27 Jun 2023 09:32:25 -0700 Subject: [PATCH] README: Add documentation section --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index daa2511..3827393 100644 --- a/README.md +++ b/README.md @@ -7,3 +7,9 @@ Zig library for dealing with ANSI Terminals (escape codes, styles, etc.) This was originally code which was extracted from [lscolors](https://github.com/ziglibs/lscolors) for use in other zig libraries. More features have been added since. + +## Documentation + +Automatically generated documentation for the project +can be found at https://ziglibs.github.io/ansi-term/. +Note that autodoc is currently in beta; the website may be broken or incomplete.