Skip to content

Commit

Permalink
Merge pull request #93 from unixorn/update-toc
Browse files Browse the repository at this point in the history
Update TOC with doctoc
  • Loading branch information
unixorn authored Jan 29, 2024
2 parents 4b09857 + 2170e97 commit 45ea164
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 13 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/awesomebot.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
name: Check links in README

on:
Expand All @@ -15,4 +16,4 @@ jobs:
- uses: actions/checkout@v4
- uses: docker://dkhamsing/awesome_bot:latest
with:
args: /github/workspace/README.md --allow-dupe --allow-redirect --request-delay 1 --white-list https://github,https://img.shields.io
args: /github/workspace/README.md --allow-dupe --allow-timeout --allow 202,429,500,501,502,503,504,509,521 --allow-redirect --request-delay 1 --white-list https://github,https://img.shields.io
2 changes: 2 additions & 0 deletions .github/workflows/mega-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
REPOSITORY_CHECKOV_DISABLE_ERRORS: true
REPOSITORY_KICS_DISABLE_ERRORS: true
SPELL_LYCHEE_DISABLE_ERRORS: true
YAML_YAMLLINT_DISABLE_ERRORS: true
TERRAFORM_KICS_DISABLE_ERRORS: true
VALIDATE_ALL_CODEBASE: false

Expand Down
22 changes: 10 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,16 @@
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
## Table of Contents

- [fzf-zsh-plugin](#fzf-zsh-plugin)
- [Table of Contents](#table-of-contents)
- [Contents](#contents)
- [Installing](#installing)
- [Zgenom](#zgenom)
- [Antigen](#antigen)
- [Oh-My-Zsh](#oh-my-zsh)
- [Without using a framework](#without-using-a-framework)
- [(optional) Install recommended tools](#optional-install-recommended-tools)
- [Customization](#customization)
- [A note on `lessfilter-fzf`](#a-note-on-lessfilter-fzf)
- [Other FZF resources](#other-fzf-resources)
- [Contents](#contents)
- [Installing](#installing)
- [Zgenom](#zgenom)
- [Antigen](#antigen)
- [Oh-My-Zsh](#oh-my-zsh)
- [Without using a framework](#without-using-a-framework)
- [(optional) Install recommended tools](#optional-install-recommended-tools)
- [Customization](#customization)
- [A note on `lessfilter-fzf`](#a-note-on-lessfilter-fzf)
- [Other FZF resources](#other-fzf-resources)

<!-- END doctoc generated TOC please keep comment here to allow auto update -->

Expand Down

0 comments on commit 45ea164

Please sign in to comment.