-
Notifications
You must be signed in to change notification settings - Fork 3
docs: initial refactor of docs #1366
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
dkonieczek
wants to merge
28
commits into
develop
Choose a base branch
from
docs-improvements
base: develop
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
Changes from 8 commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
3558604
docs: initial refactor of docs
dkonieczek 647fb9c
chore: merge develop
dkonieczek 6b97f6b
refactor: refactor to path routing, add permalink support, fix feed g…
dkonieczek f0e4791
docs: many doc changes
dkonieczek de8df9b
chore: merge develop
dkonieczek 4ff58c3
refactor: cleanup from review
dkonieczek 29162ce
refactor: more fixes from review
dkonieczek 857666b
refactor: pr review
dkonieczek 6316b62
refactor: more fixes
dkonieczek 511529a
fix: route base path for non-localhost
dkonieczek 66fd938
refactor: more revisions, add legend
dkonieczek 4f7926a
fix: base url
dkonieczek b753591
fix: legend links
dkonieczek d16e865
fix: change content width and legend breakpoint
dkonieczek c6871d6
docs: improve recommendations docs
dkonieczek 59ad862
docs: rename legacy recs route
dkonieczek 062d2a7
chore: generate package-lock.json
dkonieczek 8df0721
chore: merge develop and resolve package-lock.json
dkonieczek 02b4f37
docs: add qa checklist and performance optimization pages
dkonieczek 4c26499
docs: add initial platform integration docs
dkonieczek 4341ea2
docs: pairing feedback
dkonieczek 30f255d
docs: refactor search store docs
dkonieczek b9d35d0
chore: merge develop & rebuild package-lock.json
dkonieczek cc63449
docs: update variants doc, add addToCart controller doc, result mask doc
dkonieczek 05df1ab
docs: pr feedback, make instantiator config.branch optional
dkonieczek e63f6cb
docs: add marked-alerts and dark mode switcher
dkonieczek 4e30370
docs: undo createWebHistory router
dkonieczek 4ad7afc
docs: add search method to recommendation controller
dkonieczek 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,33 @@ | ||
| <!DOCTYPE html> | ||
|
|
||
| <html lang="en"> | ||
| <head> | ||
| <meta charset="UTF-8"> | ||
| <meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
| <link rel="stylesheet" href="./assets/styles.css"> | ||
| <link rel="stylesheet" href="./assets/hljs.css"> | ||
| <link rel="preconnect" href="https://fonts.gstatic.com"> | ||
| <link rel="preconnect" href="https://ka-f.fontawesome.com"> | ||
| <link rel="preconnect" href="https://cdn.jsdelivr.net"> | ||
| <link rel="preconnect" href="https://kit.fontawesome.com"> | ||
| <link rel="preconnect" href="https://fonts.googleapis.com"> | ||
| <script src="https://cdn.jsdelivr.net/npm/[email protected]/lib/marked.min.js"></script> | ||
| <script src="https://cdn.jsdelivr.net/gh/highlightjs/[email protected]/build/highlight.min.js"></script> | ||
| <script src="https://kit.fontawesome.com/c1798fb82d.js" crossorigin="anonymous"></script> | ||
| <link href="https://fonts.googleapis.com/css2?family=Inter:[email protected]&display=swap" rel="stylesheet"> | ||
| <title>Snap Documentation</title> | ||
|
|
||
| <link rel="icon" href="./athos_favicon.svg"> | ||
|
|
||
| <script src="https://snapui.searchspring.io/vrntn7/bundle.js" id="searchspring-context"></script> | ||
| </head> | ||
| <body> | ||
| <div id="app"></div> | ||
|
|
||
| <script src="https://cdn.jsdelivr.net/npm/[email protected]"></script> | ||
| <script src="https://cdn.jsdelivr.net/npm/vue-router@4"></script> | ||
| <script src="doc-app.js"></script> | ||
|
|
||
| </body> | ||
| </html> | ||
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.
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.