From da18c2ac000321969a25dc28eaacf1689f61b418 Mon Sep 17 00:00:00 2001 From: Kerem Yilmaz Date: Mon, 8 Apr 2024 17:14:44 -0700 Subject: [PATCH] Remove doctoc exclude, skip main README only (#169) --- .pre-commit-config.yaml | 1 - README.md | 2 ++ docs/README.md | 11 +++++++++++ skyvern-frontend/README.md | 11 +++++++++++ 4 files changed, 24 insertions(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index fd4b0fb1..0307b32e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -77,7 +77,6 @@ repos: rev: v2.2.0 hooks: - id: doctoc - exclude: 'README.md' - repo: local hooks: - id: alembic-check diff --git a/README.md b/README.md index 50e260c3..d5e15a13 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ + +

diff --git a/docs/README.md b/docs/README.md index c89c478d..895eebb6 100644 --- a/docs/README.md +++ b/docs/README.md @@ -1,3 +1,14 @@ + + +**Table of Contents** *generated with [DocToc](https://github.com/thlorenz/doctoc)* + +- [Mintlify Starter Kit](#mintlify-starter-kit) + - [Development](#development) + - [Publishing Changes](#publishing-changes) + - [Troubleshooting](#troubleshooting) + + + # Mintlify Starter Kit Click on `Use this template` to copy the Mintlify starter kit. The starter kit contains examples including diff --git a/skyvern-frontend/README.md b/skyvern-frontend/README.md index 240696a5..ae092a9b 100644 --- a/skyvern-frontend/README.md +++ b/skyvern-frontend/README.md @@ -1,3 +1,14 @@ + + +**Table of Contents** *generated with [DocToc](https://github.com/thlorenz/doctoc)* + +- [Skyvern Frontend](#skyvern-frontend) + - [Development](#development) + - [Build for production](#build-for-production) + - [Preview the production build locally](#preview-the-production-build-locally) + + + # Skyvern Frontend ## Development