* Scroll to top when last visit was more than 24 hours ago
Signed-off-by: Fanit Kolchina <kolchfa@amazon.com>
* Changed localStorage to sessionStorage
Signed-off-by: Fanit Kolchina <kolchfa@amazon.com>
Signed-off-by: Fanit Kolchina <kolchfa@amazon.com>
* Adds back to top button
Signed-off-by: Fanit Kolchina <kolchfa@amazon.com>
* Makes sidebar sticky
Signed-off-by: Fanit Kolchina <kolchfa@amazon.com>
* Gives more real estate to the main pane
Signed-off-by: Fanit Kolchina <kolchfa@amazon.com>
* Adds copy button
Signed-off-by: Fanit Kolchina <kolchfa@amazon.com>
* Adds copy button to code snippets
Signed-off-by: Fanit Kolchina <kolchfa@amazon.com>
* Adds copy as curl
Signed-off-by: Fanit Kolchina <kolchfa@amazon.com>
* Moved copy buttons to the bottom right of snippets
Signed-off-by: Fanit Kolchina <kolchfa@amazon.com>
* Moved edit page footer to the bottom of the page
Signed-off-by: Fanit Kolchina <kolchfa@amazon.com>
* Implemented scrolling to the active link in navbar on reload
Signed-off-by: Fanit Kolchina <kolchfa@amazon.com>
* Adds feedback buttons
Signed-off-by: Fanit Kolchina <kolchfa@amazon.com>
Signed-off-by: Fanit Kolchina <kolchfa@amazon.com>
* Beginning quickstart guide
Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>
* Add sample docker compose yaml to assets
Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>
* Adding verbiage about compose commands
Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>
* More additions but saving before a lunch break
Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>
* Remove sample compose file from the quickstart guide since it is linked externally
Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>
* Added first common problem
Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>
* Formatting of common issues - oh and I renamed it common issues because problems sounds too negative
Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>
* Formatting
Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>
* Adding more content. I love Starbucks White Chocolate Mocha creamer
Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>
* Indentation
Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>
* Added common issue re: docker perms
Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>
* Changing the common issues section around a bit so the ordering makes more sense
Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>
* Removed blank target from important settings links since we don't do that for other links
Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>
* Updates
Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>
* Committing changes
Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>
* Added newline to docker compose file and started working on steps in the guide
Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>
* Adding steps
Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>
* Added cURL command for example query
Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>
* Reworded intro paragraph and added more steps.
Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>
* Added tip about using the pretty query parameter
Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>
* Editing
Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>
* Added dashboards content and working on next steps segue
Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>
* Wrapping up for the day
Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>
* Cleaning up before reviews
Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>
* Finishing up
Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>
* Editorial fixes
Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>
* Final editorial changes
Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>
* Changes relating to PM review
Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>
* Incorporating feedback from docs review
Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>
* Final changes
Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>
Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>
* Added ecommerce index and field mappings to exampl dir in github
Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>
* Fixed index file for bulk API syntax
Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>
Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>
Some browser+OS combinations trigger `blur` on the version-selector before a click within the component. To mitigate this, an extra `pointerup` listener was attached but that didn't solve the problem for Safari 15.x. However, `delegatesFocus: true` makes the shadow host focusable and that helps work around this problem.
Fixes: #307
Signed-off-by: Miki <mehranb@amazon.com>