From 366c89b92d5eb3283336afc26c077f5ef7dae6e3 Mon Sep 17 00:00:00 2001 From: Romain Lespinasse Date: Wed, 5 Mar 2025 01:10:40 +0100 Subject: [PATCH] Add Markdown-Autodocs GitHub Action (#33) Co-authored-by: dineshsonachalam --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 22555c9..1c0b334 100644 --- a/README.md +++ b/README.md @@ -163,6 +163,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Copybara Action](https://github.com/olivr/copybara-action) - Move and transform code between repositories (ideal to maintain several repos from one monorepo). - [Action Docs Action](https://github.com/npalm/action-docs-action) - Update your README based the action.yml. - [Issue Watcher](https://github.com/anushkrishnav/Issue-Watcher) - Monitors and Restricts the number of Issues open by a person at a time to the given limit. Prevents Issue spam. +- [A GitHub Action That Automatically Generates & Updates Markdown Content (Like Your README.md) From External or Remote Files.](https://github.com/dineshsonachalam/markdown-autodocs) ### Collection of Actions