Skip to content

Commit

Permalink
Correct the order of the articles in the using folder.
Browse files Browse the repository at this point in the history
  • Loading branch information
Huang-Libo committed May 17, 2022
1 parent 0bcf3ea commit 6817246
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion source/using/a-gemfile.html.md
Original file line number Diff line number Diff line change
@@ -1,7 1,7 @@
---
title: Using a Gemfile
description: Find out how you can use a Gemfile to version your ruby dependencies
order: 6
order: 7
---

## RubyGems Bundler
Expand Down
2 changes: 1 addition & 1 deletion source/using/faq.html.md
Original file line number Diff line number Diff line change
@@ -1,7 1,7 @@
---
title: F.A.Q
description: Is CocoaPods ready for prime-time? Why not just use git submodules? etc. etc.
order: 4
order: 5
---

### "Will CocoaPods stop development now that Swift has a built-in package manager?"
Expand Down
2 changes: 1 addition & 1 deletion source/using/pod-install-vs-update.html.md
Original file line number Diff line number Diff line change
@@ -1,7 1,7 @@
---
title: pod install vs. pod update
description: Explains the difference between pod install and pod update and when to use each
order: 1
order: 2
---

## Introduction
Expand Down
2 changes: 1 addition & 1 deletion source/using/test-specs.html.md
Original file line number Diff line number Diff line change
@@ -1,7 1,7 @@
---
title: Testing with CocoaPods
description: This is a guide for working with test specifications and CocoaPods
order: 5
order: 6
---

## Test Specifications
Expand Down
2 changes: 1 addition & 1 deletion source/using/the-podfile.html.md
Original file line number Diff line number Diff line change
@@ -1,7 1,7 @@
---
title: The Podfile
description: Learn all about the Podfile, which is used to declare dependencies for your project.
order: 2
order: 3
external links:
- "Non-trivial Podfile in Artsy/Eigen": https://github.com/artsy/eigen/blob/master/Podfile
- "Podfile for a Swift project in Artsy/Eidolon": https://github.com/artsy/eidolon/blob/master/Podfile
Expand Down
2 changes: 1 addition & 1 deletion source/using/troubleshooting.html.md
Original file line number Diff line number Diff line change
@@ -1,7 1,7 @@
---
title: Troubleshooting
description: The solutions to common problems.
order: 3
order: 4
---

### Installing CocoaPods
Expand Down
2 changes: 1 addition & 1 deletion source/using/unreleased-features.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 2,7 @@
title: Using Unreleased Features
description: Instructions to use CocoaPods from a feature branch or a Work-in-progress fork
ignore: true
order: 0
order: 8
thanks: "Sachin Palewar"
---

Expand Down

0 comments on commit 6817246

Please sign in to comment.