From ccddaebb9eea096a91f98ae9d857cd885f654cf5 Mon Sep 17 00:00:00 2001 From: FUJITA Tomonori Date: Mon, 6 Apr 2015 23:10:40 +0900 Subject: docs: update markdown title usage Signed-off-by: FUJITA Tomonori --- docs/sources/getting-started.md | 16 ++++++---------- docs/sources/route-server.md | 4 ++-- 2 files changed, 8 insertions(+), 12 deletions(-) (limited to 'docs/sources') diff --git a/docs/sources/getting-started.md b/docs/sources/getting-started.md index 67aea5e7..a0e7587d 100644 --- a/docs/sources/getting-started.md +++ b/docs/sources/getting-started.md @@ -1,18 +1,15 @@ -Running GoBGP -============= +# Running GoBGP This page explains how to run GoBGP. This example sets up GoBGP to connect with two eBGP peers for IPv4 routes. Even if you are interested in other GoBGP use cases (such as IPv6 routes, EVPN, and Route Server), this example gives you the basics of GoBGP usage. -Prerequisites -============= +## Prerequisites You need to install [Go 1.3 or later](http://golang.org/doc/install). After installing Go, make sure that `$GOPATH/bin` in included in your `$PATH`. -Installing GoBGP -================ +## Installing GoBGP ```bash $ go get github.com/osrg/gobgp/gobgpd @@ -31,8 +28,7 @@ $ wget https://raw.githubusercontent.com/osrg/gobgp/master/tools/completion/gobg $ source gobgp-completion.bash ``` -Configuration -============= +## Configuration Currently, GoBGP can be configured via a configuration file. This example uses the following very simple configuration file, `gobgpd.conf`: @@ -50,8 +46,8 @@ $ cat gobgpd.conf PeerAs = 65002 ``` -Starting GoBGP -============== +## Starting GoBGP + Let's start gobgpd: ``` diff --git a/docs/sources/route-server.md b/docs/sources/route-server.md index a3917048..673c9762 100644 --- a/docs/sources/route-server.md +++ b/docs/sources/route-server.md @@ -38,8 +38,8 @@ $ cat gobgpd.conf PassiveMode = true ``` -Starting GoBGP -============== +## Starting GoBGP + Let's start gobgpd: ``` -- cgit v1.2.3