-
Notifications
You must be signed in to change notification settings - Fork 342
elastic.co/guide/*
redesign
#2478
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
28 commits
Select commit
Hold shift + click to select a range
fafb324
get basic sticky nav and highlighting working
bmorelli25 22d5f93
Merge branch 'master' of github.com:elastic/docs into sticky-otp
bmorelli25 cee57ad
remove unused code
bmorelli25 2fbbf75
sticky toc, updated toc style, refine otp highlighting
colleenmcginnis 1fd5b27
adjust otp styles
colleenmcginnis 658759f
add book_title styles
colleenmcginnis cfbf107
remove book title div
colleenmcginnis dd2b376
Update resources/web/template.html
bmorelli25 3a73e85
Merge pull request #1 from colleenmcginnis/sticky-otp-cmcg
bmorelli25 1364231
use chevron icons instead of plus icons
colleenmcginnis 1bb390c
style index page
colleenmcginnis faaffc0
unstick on narrow screens
colleenmcginnis 907025b
remove chevron icon from book_title
colleenmcginnis 159acea
use overflow auto
colleenmcginnis 073496c
remove redundant font-size that was resolving to 85% of 85%
colleenmcginnis 936464b
remove dupe CSS; scroll to active TOC element
bmorelli25 052e2b4
revert bootstrap.css change
bmorelli25 af2a6cf
remove console.log
bmorelli25 c9476ab
revert link color bug; swap to `container-fluid`
bmorelli25 f42f971
fix `scrollIntoView()` bug on widths <769px
bmorelli25 4243e39
Update resources/web/style/on_this_page.pcss
bmorelli25 feb420a
fix padding bug
bmorelli25 993510c
limit width of text in collapsible toc groups
colleenmcginnis 99eab4e
remove z-index from sticky classes
colleenmcginnis 723e79a
address feedback from @chandlerprall
colleenmcginnis 5413272
use scrollTop instead of scrollIntoView
colleenmcginnis db3e464
clean up code comments
colleenmcginnis af4620d
fix `Uncaught TypeError` and variable spelling
bmorelli25 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,3 +18,7 @@ | |
.guide-section { | ||
margin-bottom: 30px; | ||
} | ||
|
||
#sticky_content { | ||
padding-bottom: 30px; | ||
} |
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
#guide { | ||
a { | ||
color: #00a9e5; | ||
color: #0077CC; | ||
font-weight: normal; | ||
text-decoration: none; | ||
outline: none; | ||
|
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
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.