Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
39 changes: 20 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,29 +2,30 @@

<!--toc:start-->

- [🏭 Product Life cycle Management (PLM) in Git.](#🏭-product-life-cycle-management-plm-in-git)
- [🎬 Video overview](#🎬-video-overview)
- [πŸ“¦ Installation](#πŸ“¦-installation)
- [πŸš€ Usage](#πŸš€-usage)
- [βš™οΈ Configuration](#️-configuration)
- [🏭 Product Life cycle Management (PLM) in Git.](#-product-life-cycle-management-plm-in-git)
- [🎬 Video overview](#-video-overview)
- [πŸ“¦ Installation](#-installation)
- [πŸš€ Usage](#-usage)
- [βš™ Configuration](#-configuration)
- [Terminal User Interface (TUI)](#terminal-user-interface-tui)
- [πŸ”’ Part Numbers](#πŸ”’-part-numbers)
- [πŸ“‹ Partmaster](#πŸ“‹-partmaster)
- [πŸ”§ Components you manufacture](#πŸ”§-components-you-manufacture)
- [πŸ“ Source and Release directories](#πŸ“-source-and-release-directories)
- [πŸ“„ Special Files](#πŸ“„-special-files)
- [πŸ› οΈ Release configuration](#πŸ› οΈ-release-configuration)
- [πŸ”Œ KiCad HTTP Libraries support](#πŸ”Œ-kicad-http-libraries-support)
- [πŸ”’ Part Numbers](#-part-numbers)
- [πŸ“‹ Partmaster](#-partmaster)
- [πŸ”§ Components you manufacture](#-components-you-manufacture)
- [πŸ“ Source and Release directories](#-source-and-release-directories)
- [πŸ“„ Special Files](#-special-files)
- [πŸ›  Release configuration](#-release-configuration)
- [πŸ”Œ KiCad HTTP Libraries support](#-kicad-http-libraries-support)
- [Starting the HTTP Server](#starting-the-http-server)
- [Configuring what fields are visible](#configuring-what-fields-are-visible)
- [Configuring KiCad](#configuring-kicad)
- [API Endpoints](#api-endpoints)
- [How It Works](#how-it-works)
- [πŸ’‘ Examples](#πŸ’‘-examples)
- [🎯 Principles](#🎯-principles)
- [πŸ“ Additional notes](#πŸ“-additional-notes)
- [πŸ“¦ Releasing](#πŸ“¦-releasing)
- [πŸ“š Reference Information](#πŸ“š-reference-information)
- [Reloading on changes](#reloading-on-changes)
- [πŸ’‘ Examples](#-examples)
- [🎯 Principles](#-principles)
- [πŸ“ Additional notes](#-additional-notes)
- [πŸ“¦ Releasing](#-releasing)
- [πŸ“š Reference Information](#-reference-information)

<!--toc:end-->

Expand Down Expand Up @@ -105,7 +106,7 @@ Commands:
version Display version
```

## βš™οΈ Configuration
## βš™ Configuration

GitPLM supports configuration via YAML files. The tool will look for
configuration files in the following order:
Expand Down Expand Up @@ -255,7 +256,7 @@ project directory:
[keep a changelog](https://keepachangelog.com) for ideas on how to structure
this file. Every source directory should have a `CHANGELOG.md`.

## πŸ› οΈ Release configuration
## πŸ›  Release configuration

A release configuration file (`CCC-NNN.yml`) in the source directory can be used
to customize the release process.
Expand Down
Loading