-
Notifications
You must be signed in to change notification settings - Fork 15.1k
Refactor tabs implementation #3268
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
Conversation
|
@chenopis I'm trying to understand why you need to add bunch of webfonts assets and a bootstrap.js that we don’t use to fix this problem. |
|
@ahmetb I haven't actually had a chance to work on this yet. I was in the middle of adding stuff to the bootstrap framework to try out their implementation of tabs. Just ignore this PR for now until the |
6d8a734 to
52bcfb8
Compare
…hub.io into chenopis-weaveworks-tabs * 'master' of https://github.com/kubernetes/kubernetes.github.io: (258 commits) Fixes broken links Removed deleted links regarding minikube CLI Add missing volumetype to pv doc (#3600) Fix broken link in HA doc with minikube (#3599) rolling-update: remove link to the doc itself Link to 'why containers' in kubernetes-basics Updating Ubuntu based instructions and upgrades Address Issue #3577 Added more explanation for nodeAffinity. Update and fix travis tests (short-term) Address #3433 - update Tasks landing page Remove redundant, out of sync table of contents Update Init Container link Update service.md Link to appropriate docs for Automatic Mounting of Manually Created Secrets (#3571) update kubectl apply doc for required resource name jlx426 Updating Canal URL (#3583) Grammar patch to #3572 Remove swagger-ui from search index ...
52bcfb8 to
a9cafbc
Compare
d6820a7 to
1a7d7ac
Compare
1a7d7ac to
26056c7
Compare
…hub.io into chenopis-weaveworks-tabs * 'master' of https://github.com/kubernetes/kubernetes.github.io: Fix Travis CI fix redirect link (#3568) Remove duplicate redirect. (#3613) Fix typo in redirect. (#3611)
bf580ec to
867bc07
Compare
867bc07 to
92ff0f4
Compare
6a0ab5e to
2ed57f9
Compare
…hub.io into chenopis-weaveworks-tabs * 'master' of https://github.com/kubernetes/kubernetes.github.io: Change link path deprecated getting-started-guide on centos (#3594)
ahmetb
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good
|
Ok, cool. I'm just going to add some documentation to the example and call it a day. |
f97b5fb to
f75b96f
Compare
f75b96f to
029d635
Compare
…hub.io into chenopis-weaveworks-tabs * 'master' of https://github.com/kubernetes/kubernetes.github.io: Move to Tasks: Replicated Stateful. (#3639) Move to Tasks: Single-instance Stateful. (#3638) Combine topic on commands and args. (#3637) Move topic to Inject Data section. (#3635) Move topic to Injecting Data section. (#3634)
b6d77ee to
772bf1f
Compare
772bf1f to
ecd6348
Compare
ecd6348 to
61ce5a5
Compare
|
@errordeveloper If you see any issues, I can address them in a follow-up PR. Cheers. |
Improve tabs implementation w/ these requirements:
This change is