From 5c10506ccc7e30412d3f1815b68080fa7549574e Mon Sep 17 00:00:00 2001 From: Tony Gaskell Date: Sun, 22 Mar 2015 01:51:04 -1000 Subject: [PATCH 1/3] Revert "Guide navigation is currently confusing" From 534b4aea926aa91543da3b512c45a54ca5dac11f Mon Sep 17 00:00:00 2001 From: Tony Gaskell Date: Sun, 22 Mar 2015 02:11:38 -1000 Subject: [PATCH 2/3] Add navigation fixes from previous commit See nodegit/nodegit@2fe55cc --- guides/cloning/README.md | 2 +- guides/cloning/gh-two-factor/README.md | 2 +- guides/cloning/ssh-with-agent/README.md | 2 +- guides/install/README.md | 2 +- guides/install/atom-shell/README.md | 2 +- guides/install/from-source/README.md | 4 ++-- guides/install/nw.js/README.md | 2 +- guides/repositories/initializing/README.md | 2 +- 8 files changed, 9 insertions(+), 9 deletions(-) diff --git a/guides/cloning/README.md b/guides/cloning/README.md index e0c94f899..ea648ca29 100644 --- a/guides/cloning/README.md +++ b/guides/cloning/README.md @@ -8,7 +8,7 @@ description: How to clone with HTTP/HTTPS **In order to run examples, you will need to [Install NodeGit](../../install/basics) first.** -[Return to cloning guides](../) +[Return to all guides](../) * * * diff --git a/guides/cloning/gh-two-factor/README.md b/guides/cloning/gh-two-factor/README.md index d07b0efd3..c28b6fe15 100644 --- a/guides/cloning/gh-two-factor/README.md +++ b/guides/cloning/gh-two-factor/README.md @@ -8,7 +8,7 @@ description: How to clone with GitHub Two Factor Authorization **In order to run examples, you will need to [Install NodeGit](../../install/basics) first.** -[Return to cloning guides](../) +[Return to all guides](../../) * * * diff --git a/guides/cloning/ssh-with-agent/README.md b/guides/cloning/ssh-with-agent/README.md index 013f646a8..d6740b2ec 100644 --- a/guides/cloning/ssh-with-agent/README.md +++ b/guides/cloning/ssh-with-agent/README.md @@ -8,7 +8,7 @@ description: How to clone with SSH using an agent **In order to run examples, you will need to [Install NodeGit](../../install/basics) first.** -[Return to cloning guides](../) +[Return to all guides](../../) * * * diff --git a/guides/install/README.md b/guides/install/README.md index f507070ff..1cb727a1d 100644 --- a/guides/install/README.md +++ b/guides/install/README.md @@ -5,7 +5,7 @@ title: Install Basics description: How to install NodeGit --- -[Return to install guides](../) +[Return to all guides](../) * * * diff --git a/guides/install/atom-shell/README.md b/guides/install/atom-shell/README.md index f4078791a..cdf38772e 100644 --- a/guides/install/atom-shell/README.md +++ b/guides/install/atom-shell/README.md @@ -5,7 +5,7 @@ title: Atom Shell description: How to install NodeGit with Atom Shell --- -[Return to install guides](../) +[Return to all guides](../../) * * * diff --git a/guides/install/from-source/README.md b/guides/install/from-source/README.md index b0679fc1b..c85e2e3fa 100644 --- a/guides/install/from-source/README.md +++ b/guides/install/from-source/README.md @@ -5,7 +5,7 @@ title: From source description: How to build NodeGit from source --- -[Return to install guides](../) +[Return to all guides](../../) * * * @@ -54,7 +54,7 @@ Note that GCC/G++ 4.7+ are required, as the library makes use of some c++11 std - [Download and install Python 2](https://www.python.org/download/windows). - [Download and install VS Community](https://www.visualstudio.com/products/visual-studio-community-vs). -You may have to add a build flag to the installation process to successfully install. +You may have to add a build flag to the installation process to successfully install. Try first without, if the build fails, try again with the flag. *Allegedly the order in which you install Visual Studio could trigger this error.* diff --git a/guides/install/nw.js/README.md b/guides/install/nw.js/README.md index 49809fad2..5eb978b3a 100644 --- a/guides/install/nw.js/README.md +++ b/guides/install/nw.js/README.md @@ -5,7 +5,7 @@ title: NW.js description: How to install NodeGit with NW.js --- -[Return to install guides](../) +[Return to all guides](../../) * * * diff --git a/guides/repositories/initializing/README.md b/guides/repositories/initializing/README.md index 8b8ad0f71..facd76afd 100644 --- a/guides/repositories/initializing/README.md +++ b/guides/repositories/initializing/README.md @@ -8,7 +8,7 @@ description: How to initialize a repository **In order to run examples, you will need to [Install NodeGit](../../install/basics) first.** -[Return to repository guides](../) +[Return to all guides](../../) * * * From c7b4f7a4fba5e1e26ed166787de1e210328b4915 Mon Sep 17 00:00:00 2001 From: Tony Gaskell Date: Sun, 22 Mar 2015 02:20:26 -1000 Subject: [PATCH 3/3] Fix basic install links on guide pages --- guides/cloning/README.md | 2 +- guides/cloning/gh-two-factor/README.md | 2 +- guides/cloning/ssh-with-agent/README.md | 2 +- guides/repositories/README.md | 2 +- guides/repositories/initializing/README.md | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/guides/cloning/README.md b/guides/cloning/README.md index ea648ca29..f5bf53333 100644 --- a/guides/cloning/README.md +++ b/guides/cloning/README.md @@ -5,7 +5,7 @@ title: HTTP/HTTPS Guide description: How to clone with HTTP/HTTPS --- -**In order to run examples, you will need to [Install NodeGit](../../install/basics) +**In order to run examples, you will need to [Install NodeGit](../install) first.** [Return to all guides](../) diff --git a/guides/cloning/gh-two-factor/README.md b/guides/cloning/gh-two-factor/README.md index c28b6fe15..11f6520fc 100644 --- a/guides/cloning/gh-two-factor/README.md +++ b/guides/cloning/gh-two-factor/README.md @@ -5,7 +5,7 @@ title: GitHub Two Factor Auth Guide description: How to clone with GitHub Two Factor Authorization --- -**In order to run examples, you will need to [Install NodeGit](../../install/basics) +**In order to run examples, you will need to [Install NodeGit](../../install) first.** [Return to all guides](../../) diff --git a/guides/cloning/ssh-with-agent/README.md b/guides/cloning/ssh-with-agent/README.md index d6740b2ec..9cc111069 100644 --- a/guides/cloning/ssh-with-agent/README.md +++ b/guides/cloning/ssh-with-agent/README.md @@ -5,7 +5,7 @@ title: SSH w/ Agent Guide description: How to clone with SSH using an agent --- -**In order to run examples, you will need to [Install NodeGit](../../install/basics) +**In order to run examples, you will need to [Install NodeGit](../../install) first.** [Return to all guides](../../) diff --git a/guides/repositories/README.md b/guides/repositories/README.md index 429a2ff5d..65cb063c2 100644 --- a/guides/repositories/README.md +++ b/guides/repositories/README.md @@ -5,7 +5,7 @@ title: Opening a Repository description: How to open and free a repository --- -**In order to run examples, you will need to [Install NodeGit](../../install/basics) +**In order to run examples, you will need to [Install NodeGit](../install) first.** [Return to all guides](../) diff --git a/guides/repositories/initializing/README.md b/guides/repositories/initializing/README.md index facd76afd..90e5090d4 100644 --- a/guides/repositories/initializing/README.md +++ b/guides/repositories/initializing/README.md @@ -5,7 +5,7 @@ title: Initializing description: How to initialize a repository --- -**In order to run examples, you will need to [Install NodeGit](../../install/basics) +**In order to run examples, you will need to [Install NodeGit](../../install) first.** [Return to all guides](../../)