Skip to content

Commit

Permalink
chore: fix or remove broken links in docs (isomorphic-git#1003)
Browse files Browse the repository at this point in the history
  • Loading branch information
billiegoose authored Jan 27, 2020
1 parent 41fbd59 commit 6a4ad50
Show file tree
Hide file tree
Showing 7 changed files with 217 additions and 213 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
* eol=lf
__tests__/__fixtures__/** binary eol=unset linguist-vendored
__tests__/__snapshots__/** binary eol=unset
__tests__/__snapshots__/test-exports.js.snap text eol=lf
**/*.png binary eol=unset
**/*.webp binary eol=unset
**/*.zip binary eol=unset
136 changes: 68 additions & 68 deletions docs/alphabetic.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,77 +3,77 @@ title: All Commands
sidebar_label: Alphabetical Index
---

- [add](add.md)
- [addNote](addNote.md)
- [addRemote](addRemote.md)
- [annotatedTag](annotatedTag.md)
- [branch](branch.md)
- [checkout](checkout.md)
- [clone](clone.md)
- [commit](commit.md)
- [config](config.md)
- [currentBranch](currentBranch.md)
- [deleteBranch](deleteBranch.md)
- [deleteRef](deleteRef.md)
- [deleteRemote](deleteRemote.md)
- [deleteTag](deleteTag.md)
- [expandOid](expandOid.md)
- [expandRef](expandRef.md)
- [fastCheckout](fastCheckout.md)
- [fetch](fetch.md)
- [findRoot](findRoot.md)
- [getRemoteInfo](getRemoteInfo.md)
- [hashBlob](hashBlob.md)
- [indexPack](indexPack.md)
- [init](init.md)
- [isDescendent](isDescendent.md)
- [listBranches](listBranches.md)
- [listFiles](listFiles.md)
- [listNotes](listNotes.md)
- [listTags](listTags.md)
- [listRemotes](listRemotes.md)
- [log](log.md)
- [merge](merge.md)
- [packObjects](packObjects.md)
- [pull](pull.md)
- [push](push.md)
- [readBlob](readBlob.md)
- [readCommit](readCommit.md)
- [readNote](readNote.md)
- [readObject](readObject.md)
- [readTag](readTag.md)
- [readTree](readTree.md)
- [remove](remove.md)
- [removeNote](removeNote.md)
- [resetIndex](resetIndex.md)
- [resolveRef](resolveRef.md)
- [sign](sign.md) [deprecated]
- [STAGE](./STAGE.md)
- [status](status.md)
- [statusMatrix](statusMatrix.md)
- [tag](tag.md)
- [TREE](./TREE.md)
- [utils.auth](utils_auth.md) [deprecated]
- [utils.oauth2](utils_oauth2.md) [deprecated]
- [verify](verify.md)
- [version](version.md)
- [walkBeta2](walkBeta2.md)
- [WORKDIR](./WORKDIR.md)
- [writeBlob](writeBlob.md)
- [writeCommit](writeCommit.md)
- [writeObject](writeObject.md)
- [writeTag](writeTag.md)
- [writeTree](writeTree.md)
- [writeRef](writeRef.md)
- [add](add)
- [addNote](addNote)
- [addRemote](addRemote)
- [annotatedTag](annotatedTag)
- [branch](branch)
- [checkout](checkout)
- [clone](clone)
- [commit](commit)
- [config](config)
- [currentBranch](currentBranch)
- [deleteBranch](deleteBranch)
- [deleteRef](deleteRef)
- [deleteRemote](deleteRemote)
- [deleteTag](deleteTag)
- [expandOid](expandOid)
- [expandRef](expandRef)
- [fastCheckout](fastCheckout)
- [fetch](fetch)
- [findRoot](findRoot)
- [getRemoteInfo](getRemoteInfo)
- [hashBlob](hashBlob)
- [indexPack](indexPack)
- [init](init)
- [isDescendent](isDescendent)
- [listBranches](listBranches)
- [listFiles](listFiles)
- [listNotes](listNotes)
- [listTags](listTags)
- [listRemotes](listRemotes)
- [log](log)
- [merge](merge)
- [packObjects](packObjects)
- [pull](pull)
- [push](push)
- [readBlob](readBlob)
- [readCommit](readCommit)
- [readNote](readNote)
- [readObject](readObject)
- [readTag](readTag)
- [readTree](readTree)
- [remove](remove)
- [removeNote](removeNote)
- [resetIndex](resetIndex)
- [resolveRef](resolveRef)
- [sign](sign) [deprecated]
- [STAGE](STAGE)
- [status](status)
- [statusMatrix](statusMatrix)
- [tag](tag)
- [TREE](TREE)
- [utils.auth](utils_auth) [deprecated]
- [utils.oauth2](utils_oauth2) [deprecated]
- [verify](verify)
- [version](version)
- [walkBeta2](walkBeta2)
- [WORKDIR](WORKDIR)
- [writeBlob](writeBlob)
- [writeCommit](writeCommit)
- [writeObject](writeObject)
- [writeTag](writeTag)
- [writeTree](writeTree)
- [writeRef](writeRef)

# Plugins

- [credentialManager](plugin_credentialManager.md)
- [emitter](plugin_emitter.md)
- [fs](plugin_fs.md)
- [http](plugin_http.md)
- [pgp](plugin_pgp.md)
- [credentialManager](plugin_credentialManager)
- [emitter](plugin_emitter)
- [fs](plugin_fs)
- [http](plugin_http)
- [pgp](plugin_pgp)

# Errors
(added here so Algolia indexes the page)
- [Error Code Index](errors.md)
- [Error Code Index](errors)
5 changes: 1 addition & 4 deletions package-scripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,7 @@ module.exports = {
: optional(`cross-env-shell GITHUB_TOKEN='' bundlesize`)
},
website: {
default: series.nps(
'website.build',
'website.publish'
),
default: series.nps('website.build', 'website.publish'),
build: '(cd website && npm install && npm run build)',
publish: '(cd website && node ./scripts/deploy-gh-pages.js)'
},
Expand Down
34 changes: 23 additions & 11 deletions website/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,6 @@
"title": "Frequently Asked Questions",
"sidebar_label": "FAQ"
},
"fastCheckout": {
"title": "fastCheckout",
"sidebar_label": "fastCheckout"
},
"fetch": {
"title": "fetch",
"sidebar_label": "fetch"
Expand Down Expand Up @@ -288,13 +284,9 @@
"title": "version",
"sidebar_label": "version"
},
"walkBeta1": {
"title": "walkBeta1",
"sidebar_label": "walkBeta1"
},
"walkBeta2": {
"title": "walkBeta2",
"sidebar_label": "walkBeta2"
"walk": {
"title": "walk",
"sidebar_label": "walk"
},
"WORKDIR": {
"title": "WORKDIR",
Expand Down Expand Up @@ -686,6 +678,26 @@
"version-0.77.0/version-0.77.0-push": {
"title": "push",
"sidebar_label": "push"
},
"version-0.78.0/version-0.78.0-checkout": {
"title": "checkout",
"sidebar_label": "checkout"
},
"version-0.78.0/version-0.78.0-clone": {
"title": "clone",
"sidebar_label": "clone"
},
"version-0.78.0/version-0.78.0-errors": {
"title": "Error Codes",
"sidebar_label": "Error Code Index"
},
"version-0.78.0/version-0.78.0-fastCheckout": {
"title": "fastCheckout",
"sidebar_label": "fastCheckout"
},
"version-0.78.0/version-0.78.0-pull": {
"title": "pull",
"sidebar_label": "pull"
}
},
"links": {
Expand Down
6 changes: 0 additions & 6 deletions website/pages/en/versions.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ const versions = require(`${CWD}/versions.json`);
function Versions(props) {
const {config: siteConfig} = props;
const latestVersion = versions[0];
const repoUrl = `https://github.com/${siteConfig.organizationName}/${siteConfig.projectName}`;
return (
<div className="docMainWrapper wrapper">
<Container className="mainContainer versionsContainer">
Expand Down Expand Up @@ -86,11 +85,6 @@ function Versions(props) {
Documentation
</a>
</td>
<td>
<a href={`${repoUrl}/releases/tag/v${version}`}>
Release Notes
</a>
</td>
</tr>
),
)}
Expand Down
112 changes: 56 additions & 56 deletions website/versioned_docs/version-0.70.7/alphabetic.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,65 +5,65 @@ id: version-0.70.7-alphabetic
original_id: alphabetic
---

- [add](add.md)
- [addRemote](addRemote.md)
- [annotatedTag](annotatedTag.md)
- [branch](branch.md)
- [checkout](checkout.md)
- [clone](clone.md)
- [commit](commit.md)
- [config](config.md)
- [currentBranch](currentBranch.md)
- [deleteBranch](deleteBranch.md)
- [deleteRef](deleteRef.md)
- [deleteRemote](deleteRemote.md)
- [deleteTag](deleteTag.md)
- [expandOid](expandOid.md)
- [expandRef](expandRef.md)
- [fastCheckout](fastCheckout.md)
- [fetch](fetch.md)
- [findRoot](findRoot.md)
- [getRemoteInfo](getRemoteInfo.md)
- [hashBlob](hashBlob.md)
- [indexPack](indexPack.md)
- [init](init.md)
- [isDescendent](isDescendent.md)
- [listBranches](listBranches.md)
- [listFiles](listFiles.md)
- [listTags](listTags.md)
- [listRemotes](listRemotes.md)
- [log](log.md)
- [merge](merge.md)
- [packObjects](packObjects.md)
- [pull](pull.md)
- [push](push.md)
- [readObject](readObject.md)
- [remove](remove.md)
- [resetIndex](resetIndex.md)
- [resolveRef](resolveRef.md)
- [sign](sign.md) [deprecated]
- [STAGE](./STAGE.md)
- [status](status.md)
- [statusMatrix](statusMatrix.md)
- [tag](tag.md)
- [TREE](./TREE.md)
- [utils.auth](utils_auth.md) [deprecated]
- [utils.oauth2](utils_oauth2.md) [deprecated]
- [verify](verify.md)
- [version](version.md)
- [walkBeta2](walkBeta2.md)
- [WORKDIR](./WORKDIR.md)
- [writeObject](writeObject.md)
- [writeRef](writeRef.md)
- [add](add)
- [addRemote](addRemote)
- [annotatedTag](annotatedTag)
- [branch](branch)
- [checkout](checkout)
- [clone](clone)
- [commit](commit)
- [config](config)
- [currentBranch](currentBranch)
- [deleteBranch](deleteBranch)
- [deleteRef](deleteRef)
- [deleteRemote](deleteRemote)
- [deleteTag](deleteTag)
- [expandOid](expandOid)
- [expandRef](expandRef)
- [fastCheckout](fastCheckout)
- [fetch](fetch)
- [findRoot](findRoot)
- [getRemoteInfo](getRemoteInfo)
- [hashBlob](hashBlob)
- [indexPack](indexPack)
- [init](init)
- [isDescendent](isDescendent)
- [listBranches](listBranches)
- [listFiles](listFiles)
- [listTags](listTags)
- [listRemotes](listRemotes)
- [log](log)
- [merge](merge)
- [packObjects](packObjects)
- [pull](pull)
- [push](push)
- [readObject](readObject)
- [remove](remove)
- [resetIndex](resetIndex)
- [resolveRef](resolveRef)
- [sign](sign) [deprecated]
- [STAGE](STAGE)
- [status](status)
- [statusMatrix](statusMatrix)
- [tag](tag)
- [TREE](TREE)
- [utils.auth](utils_auth) [deprecated]
- [utils.oauth2](utils_oauth2) [deprecated]
- [verify](verify)
- [version](version)
- [walkBeta2](walkBeta2)
- [WORKDIR](WORKDIR)
- [writeObject](writeObject)
- [writeRef](writeRef)

# Plugins

- [credentialManager](plugin_credentialManager.md)
- [emitter](plugin_emitter.md)
- [fs](plugin_fs.md)
- [http](plugin_http.md)
- [pgp](plugin_pgp.md)
- [credentialManager](plugin_credentialManager)
- [emitter](plugin_emitter)
- [fs](plugin_fs)
- [http](plugin_http)
- [pgp](plugin_pgp)

# Errors
(added here so Algolia indexes the page)
- [Error Code Index](errors.md)
- [Error Code Index](errors)
Loading

0 comments on commit 6a4ad50

Please sign in to comment.