Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: update the table of contents #161

Merged
merged 2 commits into from Feb 12, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
35 changes: 14 additions & 21 deletions README.md
Expand Up @@ -146,27 +146,20 @@ When you run Boilerplate, it performs the following steps:

Learn more about boilerplate in the following sections:

- [Boilerplate](#boilerplate)
- [Example: creating a new template](#example-creating-a-new-template)
- [Install](#install)
- [Features](#features)
- [Working with boilerplate](#working-with-boilerplate)
- [Boilerplate command line options](#boilerplate-command-line-options)
- [The boilerplate.yml file](#the-boilerplateyml-file)
- [Variables](#variables)
- [Dependencies](#dependencies)
- [Hooks](#hooks)
- [Skip Files](#skip-files)
- [Templates](#templates)
- [Validations](#validations)
- [Variable Ordering](#variable-ordering)
- [Alternative Template Engines (EXPERIMENTAL)](#alternative-template-engines-experimental)
- [Jsonnet](#jsonnet)
- [Template helpers](#template-helpers)
- [Deprecated helpers](#deprecated-helpers)
- [Partials](#partials)
- [Alternative project generators](#alternative-project-generators)
- [License](#license)
<!-- no toc -->
1. [Boilerplate command line options](#boilerplate-command-line-options)
1. [The boilerplate.yml file](#the-boilerplateyml-file)
1. [Variables](#variables)
1. [Dependencies](#dependencies)
1. [Hooks](#hooks)
1. [Skip Files](#skip-files)
1. [Templates](#templates)
1. [Validations](#validations)
1. [Variable Ordering](#variable-ordering)
1. [Alternative Template Engines (EXPERIMENTAL)](#alternative-template-engines-experimental)
1. [Template helpers](#template-helpers)
1. [Deprecated helpers](#deprecated-helpers)
1. [Partials](#partials)

#### Boilerplate command line options

Expand Down