* Adds back to top button Signed-off-by: Fanit Kolchina <[email protected]> * Makes sidebar sticky Signed-off-by: Fanit Kolchina <[email protected]> * Gives more real estate to the main pane Signed-off-by: Fanit Kolchina <[email protected]> * Adds copy button Signed-off-by: Fanit Kolchina <[email protected]> * Adds copy button to code snippets Signed-off-by: Fanit Kolchina <[email protected]> * Adds copy as curl Signed-off-by: Fanit Kolchina <[email protected]> * Moved copy buttons to the bottom right of snippets Signed-off-by: Fanit Kolchina <[email protected]> * Moved edit page footer to the bottom of the page Signed-off-by: Fanit Kolchina <[email protected]> * Implemented scrolling to the active link in navbar on reload Signed-off-by: Fanit Kolchina <[email protected]> * Adds feedback buttons Signed-off-by: Fanit Kolchina <[email protected]> Signed-off-by: Fanit Kolchina <[email protected]>
9 lines
707 B
HTML
9 lines
707 B
HTML
<div class="div-feedback">
|
|
<div class="feedback-header">WAS THIS PAGE HELPFUL?</div>
|
|
<div>
|
|
<button id="yes" type="button" value="yes" class="feedback-button">✔ Yes</button>
|
|
<button id="no" type="button" value="no" class="feedback-button">✖ No</button>
|
|
<p id="feedback-response"></p>
|
|
</div>
|
|
<p class="text-small text-grey-dk-100">See a problem? Submit <a href="https://github.com/opensearch-project/documentation-website/issues">issues</a> or <a href="https://github.com/opensearch-project/documentation-website/edit/main/{{ page.path }}">edit this page</a> on <a href="https://github.com/opensearch-project/documentation-website/">GitHub</a>.</p>
|
|
</div> |