Skip to content
This repository has been archived by the owner on May 6, 2022. It is now read-only.

reposition left menu (docs ToC) & make sure it doesn't overlap with other components #2574

Merged
merged 2 commits into from
Mar 6, 2019

Conversation

arief-hidayat
Copy link
Contributor

This PR is a

  • Feature Implementation
  • Bug Fix
  • Documentation

What this PR does / why we need it:

  • make sure the left menu doesn't jump out of frame (overlap with the components such as footer)
  • improve the positioning (recalculate the top instead of just fixing the position)

Which issue(s) this PR fixes

Fixes #2352

Please leave this checklist in the PR comment so that maintainers can ensure a good PR.

Merge Checklist:

  • New feature
    • Tests
    • Documentation
  • SVCat CLI flag
  • Server Flag for config
    • Chart changes
    • removing a flag by marking deprecated and hiding to avoid
      breaking the chart release and existing clients who provide a
      flag that will get an error when they try to update

@k8s-ci-robot k8s-ci-robot added the cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. label Mar 5, 2019
@k8s-ci-robot
Copy link
Contributor

Hi @arief-hidayat. Thanks for your PR.

I'm waiting for a kubernetes-incubator or kubernetes member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@k8s-ci-robot k8s-ci-robot added needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. size/S Denotes a PR that changes 10-29 lines, ignoring generated files. labels Mar 5, 2019
@arief-hidayat
Copy link
Contributor Author

/assign @jberkhahn

Copy link
Contributor

@MHBauer MHBauer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

seems to work according to the preview

@@ -1,7 +1,7 @@
//modal close button
(function(){
//π.modalCloseButton = function(closingFunction){
// return π.button('pi-modal-close-button', null, null, closingFunction);
// return π.button('pi-modal-close-button', null, null, closingFunction);
//};
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is all commented out? Can we drop it?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's actually not related to my change.
But I think it's better to remove those commented lines.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have removed it. thanks

@MHBauer
Copy link
Contributor

MHBauer commented Mar 5, 2019

/ok-to-test
doesn't actually need to be tested, and the netflify output looks good.

/lgtm
one nit

@k8s-ci-robot k8s-ci-robot added ok-to-test Indicates a non-member PR verified by an org member that is safe to test. lgtm Indicates that a PR is ready to be merged. and removed needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. labels Mar 5, 2019
@k8s-ci-robot k8s-ci-robot removed the lgtm Indicates that a PR is ready to be merged. label Mar 5, 2019
@jberkhahn
Copy link
Contributor

/lgtm
/approve

@k8s-ci-robot k8s-ci-robot added the lgtm Indicates that a PR is ready to be merged. label Mar 6, 2019
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: jberkhahn

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Mar 6, 2019
@k8s-ci-robot k8s-ci-robot merged commit 8e7a3b1 into kubernetes-retired:master Mar 6, 2019
@MHBauer
Copy link
Contributor

MHBauer commented Mar 6, 2019

maybe we needed that, now it looks funny

screen shot 2019-03-05 at 17 42 32

@arief-hidayat
Copy link
Contributor Author

My bad. I accidentally included other change in the commit.

'overflow' : 'scroll'

I'll raise new PR to revert it.

@arief-hidayat arief-hidayat mentioned this pull request Mar 6, 2019
10 tasks
viviyww pushed a commit to viviyww/service-catalog that referenced this pull request May 10, 2019
…ther components (kubernetes-retired#2574)

* reposition left menu (docs ToC)

* remove commented lines
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. lgtm Indicates that a PR is ready to be merged. ok-to-test Indicates a non-member PR verified by an org member that is safe to test. size/S Denotes a PR that changes 10-29 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Left navbar doesn't scroll properly on the docs site
4 participants