-
Notifications
You must be signed in to change notification settings - Fork 51
Docs edits #597
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
Open
chideraao
wants to merge
36
commits into
opentensor:docs-edits
Choose a base branch
from
latent-to:docs-edits
base: docs-edits
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Docs edits #597
Changes from 1 commit
Commits
Show all changes
36 commits
Select commit
Hold shift + click to select a range
447f435
fix: update lock file
clementblaise 65366b9
fix: rebuild lock file
clementblaise 5f86e48
fix: add and update packageManager
clementblaise 0651dd6
fix: add missing dependencies
clementblaise d158729
fix: add missing dependencies
clementblaise befb195
fix: update Unlisted import
clementblaise 272d142
fix: bump version
clementblaise 50f86e0
fix: bump version
clementblaise 3dda9dc
fix: bump version
clementblaise d67547f
fix: update import
clementblaise 6686387
fix: update import
clementblaise 53cdafd
fix: update useDoc import
clementblaise edaad75
fix: update useSidebarBreadcrumbs import
clementblaise 33297ef
fix: add .cfignore
clementblaise 749729f
fix: remove .cfignore
clementblaise 288bd66
Merge pull request #1 from latent-to/cloudflare-pages-deployment
MichaelTrestman 97e420e
wip
MichaelTrestman 3a47526
create-yc3-blog
MichaelTrestman e761248
wip
MichaelTrestman c9074a4
wip
MichaelTrestman 808ab47
wip
MichaelTrestman 7a9a148
wip
MichaelTrestman 48c17c8
wip
MichaelTrestman a0b7b16
wip
MichaelTrestman 1a1c6c4
wip
MichaelTrestman 0644c19
wip
MichaelTrestman 26cd7ce
Merge pull request #3 from latent-to/yc3-blog
MichaelTrestman e8bfc49
wip
MichaelTrestman 772d521
wip
MichaelTrestman 3f62bf0
Merge pull request #5 from latent-to/catchup
MichaelTrestman a27c77a
wip
MichaelTrestman 28110ee
Merge pull request #6 from latent-to/catchup
MichaelTrestman d286cf9
docs: wip
chideraao 5207f36
docs: final copy
chideraao 7ba0afa
added package-lock.json
chideraao e65736d
deleted package-lock.json
chideraao File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,6 +11,9 @@ docs/.obsidian | |
.docusaurus | ||
.cache-loader | ||
.yarnclean | ||
.yarn | ||
.pnp.cjs | ||
.pnp.loader.mjs | ||
|
||
# Misc | ||
.DS_Store | ||
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These (L14-L16) were auto-generated files created after I ran
yarn install
. You mentioned earlier about theyarn.lock
file being fragile, so I added these files to the gitignore file to avoid any accidents.