Skip to content

Commit ed51df1

Browse files
Merge pull request #11 from ipfs/feat-misc-editorial
Miscellaneous editorial and typo fixes. Made cases consistent.
2 parents 458afca + 3f37e2e commit ed51df1

File tree

9 files changed

+14
-12
lines changed

9 files changed

+14
-12
lines changed

docs/essentials/faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: FAQ
33
---
44

5-
# Frequently Asked Questions
5+
# Frequently asked questions
66

77
## What is IPFS?
88

docs/essentials/glossary.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ title: Glossary
33
sidebarDepth: 0
44
---
55

6-
# IPFS Glossary
6+
# IPFS glossary
77

88
## This content is still preparing for liftoff.

docs/essentials/ipld.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ title: IPLD
33
sidebarDepth: 0
44
---
55

6-
# The InterPlanetary Linked Data (IPLD) Data Model
6+
# The InterPlanetary Linked Data (IPLD) model
77

88
## This content is still preparing for liftoff.

docs/how-to/browser-tools-frameworks.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,16 @@ Want to learn how to use IPFS in combination with your favorite framework or bro
1616

1717
## Vue
1818

19-
A [minimal demonstration](https://github.com/ipfs/js-ipfs/blob/master/examples/browser-vue) of how to use js-ipfs with Vue.
19+
[Minimal demonstration](https://github.com/ipfs/js-ipfs/blob/master/examples/browser-vue) of how to use js-ipfs with Vue.
2020

2121
## Webpack
2222

2323
[Example and boilerplate](https://github.com/ipfs/js-ipfs/blob/master/examples/browser-webpack) you can use to guide yourself into bundling js-ipfs with webpack, so that you can use it in your own web app.
2424

2525
## With a `<script>` tag
2626

27-
A [minimal example](https://github.com/ipfs/js-ipfs/blob/master/examples/browser-script-tag) of how to use IPFS in your in-browser JavaScript code with just a `<script>` tag.
27+
[Minimal example](https://github.com/ipfs/js-ipfs/blob/master/examples/browser-script-tag) of how to use IPFS in your in-browser JavaScript code with just a `<script>` tag.
2828

2929
## Electron
3030

31-
A [minimal example](https://github.com/ipfs/js-ipfs/blob/master/examples/run-in-electron) of how to use js-ipfs in your Electron app.
31+
[Minimal example](https://github.com/ipfs/js-ipfs/blob/master/examples/run-in-electron) of how to use js-ipfs in your Electron app.

docs/how-to/host-single-page-site.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ title: Host a single-page site
44

55
# Host a single-page website
66

7+
A great way to get to know IPFS is to use it to host a simple, single-page website. Here's a step-by-step guide to doing just that.
8+
79
::: tip
810
You may also wish to see the "Complete Beginner's Guide to Deploying Your First Static Website to IPFS" (see the [writeup](https://interplanetarygatsby.com/ipfs-deploy/) and [repo](https://github.com/agentofuser/ipfs-deploy)) created by [@agentofuser](https://github.com/agentofuser/) — another useful resource for learning more about hosting your site on IPFS.
911
:::

docs/project/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ title: The IPFS project
66

77
Curious about how it all got started, or where we're headed? Learn about the history, current state, and future trajectory of the IPFS project here.
88

9-
## History of the IPFS project
9+
## History of IPFS
1010

11-
Want to know how it all began? Learn the [history of IPFS](/project/history/).
11+
Want to know how it all began? Learn the [history of the IPFS project](/project/history/).
1212

1313
## Roadmap
1414

docs/project/contribute.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ We’re continuously improving IPFS every day, but mistakes can happen and we co
3939

4040
We work on continous-integration tools at [https://github.com/ipfs/jenkins](https://github.com/ipfs/jenkins) and plan larger-scale tests at [https://github.com/ipfs/kubernetes-ipfs](https://github.com/ipfs/kubernetes-ipfs).
4141

42-
## Design
42+
## UX and visual design
4343

4444
We have many design needs, but only a small team of visual and UX designers who divide their time between IPFS-related projects and other work here. That means there are a number of issues which could use your design contributions. As home to IPFS Desktop and Companion, the [ipfs-gui](https://github.com/ipfs/ipfs-gui) repo is a good place to look for opportunities to help move our design work forward. Simply filter by the label that best fits your skillset, such as [design-visual](https://github.com/ipfs/ipfs-gui/issues?q=is%3Aissue+is%3Aopen+label%3Adesign-visual) or [design-ux](https://github.com/ipfs/ipfs-gui/labels/design-ux).
4545

@@ -66,7 +66,7 @@ Get started by looking at our awesome-ipfs list. Build anything you think is mis
6666
- [https://github.com/ipfs/apps](https://github.com/ipfs/apps)
6767
- [https://discuss.ipfs.io/](https://discuss.ipfs.io/)
6868

69-
## Protocol Design
69+
## Protocol design
7070

7171
IPFS is ultimately about building better protocols, and we always welcome ideas and feedback on how to improve those protocols. Post feedback, issues, and proposals in the `specs` projects in our Github organizations or in [`ipfs/notes`](https://github.com/notes).
7272

docs/reference/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ We're currently investigating improved ways to present our API and CLI reference
1818

1919
## HTTP
2020

21-
The [HTTP API reference](http/api) for IPFS — control your node using the same commands you can from the command line!
21+
[HTTP API reference](http/api) for IPFS — control your node using the same commands you can from the command line!
2222

2323
## CLI commands
2424

docs/support-community/social-media.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ sidebarDepth: 0
77

88
IPFS is everywhere on the internet — and that includes social media. Find your favorite flavor here.
99

10-
### YouTube
10+
## YouTube
1111

1212
The [IPFS YouTube channel](https://www.youtube.com/channel/UCdjsUXJ3QawK4O5L1kqqsew) is home to a wealth of information about the IPFS project — everything from IPFS Camp course content to video tutorials to working group meeting archives — so you can explore playlists and subscribe to ones that interest and inform you.
1313

0 commit comments

Comments
 (0)