-
Notifications
You must be signed in to change notification settings - Fork 1.1k
[FIX][pre][code] CSS problem #6756
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
I want to create another branch for |
that should be fine. Can you post screenshots of the new homepage here? |
Based on our convo it in Slack, sounds like problems with the footer are the result of this PR. That needs to be fixed too before we can merge this. |
https://getakka.net/api/Akka.Cluster.TestKit.html https://getakka.net/api/Akka.Actor.Internal.html maybe just increase the height? Footer new PR? |
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.
Can you please explain why you made these changes?
docs/template/styles/docfx.js
Outdated
} else { | ||
resetBottomCss(); | ||
// $("footer").fadeOut(); |
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.
@eaba this was disabled so the footer would stay persistent at the bottom of the site. Why did you add it back?
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.
Can you please explain why you made these changes?
I will revert it. First, I thought that the new changes are docfx v2.67.0. Second, @Arkatufus give me idea yesterday, I tried it, not the problem. Removing |
thanks @eaba - I'll try running this again locally. |
], | ||
"postProcessors": ["ExtractSearchIndex"], | ||
"noLangKeyword": false, |
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.
Need to add all three of these deleted settings back
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.
LGTM, provided that we add the required docfx.json
settings back
This reverts commit 37cb4c6.
No description provided.