Rename Getting Started to Installation in the manual

pull/261/head
Wilfred Hughes 2022-04-14 21:26:36 +07:00
parent 6b24e28c28
commit 18b1204b3a
4 changed files with 7 additions and 4 deletions

@ -9,8 +9,8 @@
Difftastic is an experimental diff tool that compares files based on Difftastic is an experimental diff tool that compares files based on
their syntax. their syntax.
**For installation instructions, see [Getting **For installation instructions, see
Started](https://difftastic.wilfred.me.uk/getting_started.html) in [Installation](https://difftastic.wilfred.me.uk/installation.html) in
[the manual](http://difftastic.wilfred.me.uk/).** [the manual](http://difftastic.wilfred.me.uk/).**
## Basic Example ## Basic Example

@ -5,3 +5,6 @@ multilingual = false
src = "src" src = "src"
title = "Difftastic Manual" title = "Difftastic Manual"
description = "The official manual for difftastic, the syntactic differ" description = "The official manual for difftastic, the syntactic differ"
[output.html.redirect]
"/getting_started.html" = "./installation.html"

@ -1,7 +1,7 @@
# Summary # Summary
- [Introduction](./introduction.md) - [Introduction](./introduction.md)
- [Getting Started](./getting_started.md) - [Installation](./installation.md)
- [Usage](./usage.md) - [Usage](./usage.md)
- [Git](./git.md) - [Git](./git.md)
- [Mercurial](./mercurial.md) - [Mercurial](./mercurial.md)

@ -1,4 +1,4 @@
# Getting Started # Installation
## Installing a binary ## Installing a binary