Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: IFPS #1032

Merged
merged 4 commits into from
Feb 22, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ Write everything in using the [GitHub Flavored Markdown](https://github.github.c

When referring to projects by name, use proper noun capitalization: Go-IPFS and JS-IPFS.

Cases inside code blocks refer to commands and are not capitalized: `go-ifps` or `js-ifps`.
Cases inside code blocks refer to commands and are not capitalized: `go-ipfs` or `js-ipfs`.

### Style and tone

Expand Down
2 changes: 1 addition & 1 deletion docs/community/contribute/grammar-formatting-and-style.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ If you have to use an acronym, spell the full phrase first and include the acron

When referring to projects by name, use proper noun capitalization: Go-IPFS and JS-IPFS.

Cases inside code blocks refer to commands and are not capitalized: `go-ifps` or `js-ifps`.
Cases inside code blocks refer to commands and are not capitalized: `go-ipfs` or `js-ipfs`.

### _Using_ IPFS, not _on_ IPFS

Expand Down
2 changes: 1 addition & 1 deletion docs/how-to/companion-window-ipfs.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Learn about exposing IPFS API in IPFS Companion via "window.ipfs".

## `window.ipfs` is currently disabled

IPFS Companion 2.11 stopped injecting `window.ipfs`. It is currently permanently disabled per comments on the [window.ifps Meta Issue](https://github.com/ipfs-shipyard/ipfs-companion/issues/589#issuecomment-712356448), as of October 19, 2020, and [Remove legacy window.ifps](https://github.com/ipfs/in-web-browsers/issues/172) as of December 14, 2020. This page is provided for reference only.
IPFS Companion 2.11 stopped injecting `window.ipfs`. It is currently permanently disabled per comments on the [window.ipfs Meta Issue](https://github.com/ipfs-shipyard/ipfs-companion/issues/589#issuecomment-712356448), as of October 19, 2020, and [Remove legacy window.ipfs](https://github.com/ipfs/in-web-browsers/issues/172) as of December 14, 2020. This page is provided for reference only.

<!-- below disclaimer will be restored when window.ipfs injection resumes
### Disclaimer
Expand Down
2 changes: 1 addition & 1 deletion docs/how-to/websites-on-ipfs/static-site-generators.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description:

# Static-site generators

Static-site generators like Hugo, Jekyll, Middleman, Nextjs, and VuePress are all incredibly popular platforms building websites quickly. This guide walks through how to integrate IFPS into each of these workflows.
Static-site generators like Hugo, Jekyll, Middleman, Nextjs, and VuePress are all incredibly popular platforms building websites quickly. This guide walks through how to integrate IPFS into each of these workflows.

## Hugo

Expand Down