-
Notifications
You must be signed in to change notification settings - Fork 0
feat: add /get/ installation page for CLI installer #413
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 all commits
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
5567ad8
feat: add /get/ installation page for CLI installer
Aureliolo 082d15e
docs: update CLAUDE.md for /get/ page and install script CI changes
Aureliolo 0baec83
fix: strip GIT_DIR from env in git tools and test fixtures
Aureliolo 8131b54
fix: address review findings and redesign /get/ page layout
Aureliolo 2154075
fix: harden clipboard copy and differentiate terminal styles
Aureliolo f8c2b12
fix: side-by-side install terminals, responsive options grid, audit l…
Aureliolo a85f7b3
fix: accessibility and layout improvements for /get/ page
Aureliolo fa94998
feat: add script viewer pages and fix audit links
Aureliolo 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
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
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
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
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 |
|---|---|---|
| @@ -0,0 +1,40 @@ | ||
| <footer class="py-12 px-6 border-t border-white/10"> | ||
| <div class="max-w-6xl mx-auto grid sm:grid-cols-4 gap-8 text-sm"> | ||
| <div> | ||
| <p class="font-semibold mb-3">Framework</p> | ||
| <ul class="space-y-2 text-gray-400"> | ||
| <li><a href="/docs/api/core/" class="hover:text-white transition-colors">Core Models</a></li> | ||
| <li><a href="/docs/api/engine/" class="hover:text-white transition-colors">Engine</a></li> | ||
| <li><a href="/docs/api/providers/" class="hover:text-white transition-colors">Providers</a></li> | ||
| <li><a href="/docs/api/tools/" class="hover:text-white transition-colors">Tools</a></li> | ||
| </ul> | ||
| </div> | ||
| <div> | ||
| <p class="font-semibold mb-3">Learn</p> | ||
| <ul class="space-y-2 text-gray-400"> | ||
| <li><a href="/docs/" class="hover:text-white transition-colors">Documentation</a></li> | ||
| <li><a href="/get/" class="hover:text-white transition-colors">Get Started</a></li> | ||
| <li><a href="/docs/user_guide/" class="hover:text-white transition-colors">User Guide</a></li> | ||
| <li><a href="/docs/architecture/" class="hover:text-white transition-colors">Architecture</a></li> | ||
| <li><a href="/docs/design/" class="hover:text-white transition-colors">Design Spec</a></li> | ||
| <li><a href="/docs/security/" class="hover:text-white transition-colors">Security</a></li> | ||
| </ul> | ||
| </div> | ||
| <div> | ||
| <p class="font-semibold mb-3">Community</p> | ||
| <ul class="space-y-2 text-gray-400"> | ||
| <li><a href="https://github.com/Aureliolo/synthorg" class="hover:text-white transition-colors">GitHub</a></li> | ||
| <li><a href="https://github.com/Aureliolo/synthorg/blob/main/.github/CHANGELOG.md" class="hover:text-white transition-colors">Changelog</a></li> | ||
| </ul> | ||
| </div> | ||
| <div> | ||
| <p class="font-semibold mb-3">Legal</p> | ||
| <ul class="space-y-2 text-gray-400"> | ||
| <li><a href="/docs/licensing/" class="hover:text-white transition-colors">License & Usage (BSL 1.1)</a></li> | ||
| </ul> | ||
| </div> | ||
| </div> | ||
| <div class="max-w-6xl mx-auto mt-8 pt-8 border-t border-white/10 text-center text-gray-500 text-xs"> | ||
| © {new Date().getFullYear()} SynthOrg. Built with Astro. | ||
| </div> | ||
| </footer> | ||
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.