-
Notifications
You must be signed in to change notification settings - Fork 0
fix: update QuickStart guide and SSL config for local Postgres dev #4
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
Merged
Merged
Changes from 15 commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
d012699
fix: improve mobile navigation and layouts on docs site
michaelmcnees 8100636
feat: replace mobile top nav with bottom navigation bar for better re…
michaelmcnees dc08a6c
fix: update QuickStart guide and SSL config for local Postgres dev
michaelmcnees 770a9b0
fix: grpc CVE, copilot review feedback, sslmode default restored
michaelmcnees 4703821
fix(ci): only trigger once per PR (push on main, pull_request on bran…
michaelmcnees 6052b70
fix: address all 6 Copilot review comments on PR #4
michaelmcnees fc783d8
fix: address 2 new Copilot comments on PR #4
michaelmcnees fa47ef6
fix: address 2 Copilot comments — md-lg nav gap and sidebar bottom of…
michaelmcnees 86874a8
fix: table :has selector and sidebar aria-expanded/aria-hidden
michaelmcnees a129a03
fix: aria-label on nav landmarks, reset aria state on sidebar close
michaelmcnees f0c8cda
fix: update site getting-started sslmode=disable → sslmode=prefer
michaelmcnees 91044b4
chore: remove redundant root docs, update URLs to mantle.dvflw.co
michaelmcnees e952982
Update site/src/styles/global.css
michaelmcnees 91ce4b1
fix: README links to mantle.dvflw.co, GitHub target="_blank", depreca…
michaelmcnees b82e26f
fix: add target=_blank rel=noopener to sidebar GitHub link
michaelmcnees 152d518
fix: address 4 review comments on PR #4
michaelmcnees 9b08941
fix: bail out of deferInitNav after 10 frames on non-docs pages
michaelmcnees 815ec70
fix: sslmode=prefer warning for non-loopback hosts, prefix nav globals
michaelmcnees 4b48827
Update internal/config/config.go
michaelmcnees 00bca25
fix: add missing net and strings imports for sslmode check
michaelmcnees 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 |
|---|---|---|
|
|
@@ -2,9 +2,8 @@ name: CI | |
|
|
||
| on: | ||
| push: | ||
| branches: ['**'] | ||
| branches: [main] | ||
| pull_request: | ||
| branches: ['**'] | ||
|
|
||
| jobs: | ||
| test: | ||
|
|
||
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 was deleted.
Oops, something went wrong.
Oops, something went wrong.
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.