Skip to content

Commit 38dae38

Browse files
Merge branch 'main' into kgrzebien/remove-known-issue-4618
2 parents 219f46a + 8094a6e commit 38dae38

File tree

1,345 files changed

+15350
-13984
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,345 files changed

+15350
-13984
lines changed

.github/workflows/hubber-contribution-help.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
run: |
4242
gh pr comment $PR --body "Thanks so much for opening this PR and contributing to GitHub Docs!
4343
44-
- When you're ready for the Docs team to review this PR, add the *ready-for-doc-review* label to your PR to the [Docs Content review board](https://github.com/orgs/github/memexes/901?layout=table&groupedBy%5BcolumnId%5D=11024). **Please factor in at least 72 hours for a review, even longer if this is a substantial change.**
44+
- When you're ready for the Docs team to review this PR, add the *ready-for-doc-review* label to your PR, and it will be automatically added to the [Docs Content review board](https://github.com/orgs/github/memexes/901?layout=table&groupedBy%5BcolumnId%5D=11024). **Please factor in at least 72 hours for a review, even longer if this is a substantial change.**
4545
- If this is a major update to the docs, you might want to go back and open an [issue](https://github.com/github/docs-content/issues/new/choose) to ensure we've covered all areas of the docs in these updates. Not doing so may result in delays or inaccurate documentation."
4646
env:
4747
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
-16.3 KB
Loading
68.4 KB
Loading
-2.6 KB
Loading
20.6 KB
Loading
23.8 KB
Loading
-7.79 KB
Binary file not shown.
5.69 KB
Loading
14.9 KB
Loading

components/DefaultLayout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ export const DefaultLayout = (props: Props) => {
100100
<SupportSection />
101101
<SmallFooter />
102102
<ScrollButton
103-
className="position-fixed bottom-0 mb-4 right-0 mr-4"
103+
className="position-fixed bottom-0 mb-4 right-0 mr-4 z-1"
104104
ariaLabel={t('scroll_to_top')}
105105
/>
106106
</footer>

0 commit comments

Comments
 (0)