-
Notifications
You must be signed in to change notification settings - Fork 1
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
Docs/website #112
Open
pattobrien
wants to merge
30
commits into
master
Choose a base branch
from
docs/website
base: master
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/website #112
Changes from 1 commit
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
40d8d53
docs: Hello World full tutorial example.
pattobrien 5fa5d1b
docs: Hello world code snippets.
pattobrien 063379c
docs: Application layer example code.
pattobrien 40fc2c4
docs: Bloc feature-first snippets.
pattobrien b45ce01
docs: Delete placeholder tutorial pages.
pattobrien a780840
test: Fixed sourceLocationFromJson
pattobrien 783e56f
docs: Index page text changes.
pattobrien 033403a
docs: Undraw images, blue style for entire site.
pattobrien 6ac6bcb
docs: Discord invite link.
pattobrien 5e93820
docs: Introduction page and tutorial page.
pattobrien 8ef16f2
docs: Initial setup CLI image, removed old usage guide placeholders.
pattobrien ac7307b
docs: Removed docusaurus nav bar icon.
pattobrien 418ff7c
docs: Usage rewording.
pattobrien b3356f5
docs: Add gitignore for snippets.
pattobrien 35fb54c
docs: Delete log files.
pattobrien 1902d69
docs: Make unfinished tutorials private.
pattobrien 694b151
docs: Hello world completed tutorial.
pattobrien 929be37
docs: Bloc file structure guide cleanup.
pattobrien 5e2266f
feat: generateSnippet shows particular snippets.
pattobrien d46c681
feat: TypeChecker core concepts.
pattobrien a34fa16
docs: TypeChecking finalized docs.
pattobrien ab74851
docs: Rule Creation table with available sidecar_lints.
pattobrien a6300d9
docs: Hello world tutorial fixes.
pattobrien d9a51f4
docs: Feature-first project structure tutorial.
pattobrien d83b047
Merge branch 'master' into docs/website
pattobrien 5781be5
chore: Upgrade to Sidecar v0.1.0-dev.21.
pattobrien fccac33
docs: Testing documentation.
pattobrien 4368174
docs: Integration Testing documentation.
pattobrien b928da7
docs: Warning message on intro page.
pattobrien 45f6970
test: Test change to see if codecov is triggered.
pattobrien 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 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 |
---|---|---|
@@ -1,4 +1,7 @@ | ||
{ | ||
"label": "Core Concepts", | ||
"position": 3 | ||
"position": 3, | ||
"link": { | ||
pattobrien marked this conversation as resolved.
Show resolved
Hide resolved
|
||
"type": "generated-index" | ||
} | ||
} |
This file contains 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
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.
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.
Test comment