Skip to content

Commit 3b39011

Browse files
authored
Merge branch 'main' into repo-sync
2 parents 2094bae + aa65ad7 commit 3b39011

8 files changed

Lines changed: 39 additions & 0 deletions

File tree

157 KB
Loading
67.5 KB
Loading
44.4 KB
Loading
43.5 KB
Loading
57.9 KB
Loading
156 KB
Loading
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
---
2+
title: Configuring custom footers
3+
intro: 'You can give users easy access to enterprise-specific links by adding custom footers to {% data variables.product.product_name %}.'
4+
versions:
5+
ghec: '*'
6+
ghes: '>=3.4'
7+
type: how_to
8+
topics:
9+
- Enterprise
10+
- Fundamentals
11+
shortTitle: Configure custom footers
12+
---
13+
Enterprise owners can configure {% data variables.product.product_name %} to show custom footers with up to five additional links.
14+
15+
![Custom footer](/assets/images/enterprise/custom-footer/octodemo-footer.png)
16+
17+
The custom footer is displayed above the {% data variables.product.prodname_dotcom %} footer {% ifversion ghes or ghae %}to all users, on all pages of {% data variables.product.product_name %}{% else %}to all enterprise members and collaborators, on all repository and organization pages for repositories and organizations that belong to the enterprise{% endif %}.
18+
19+
## Configuring custom footers for your enterprise
20+
21+
{% data reusables.enterprise-accounts.access-enterprise %}
22+
{% data reusables.enterprise-accounts.settings-tab %}
23+
24+
1. Under "Settings", click **Profile**.
25+
{%- ifversion ghec %}
26+
![Enterprise profile settings](/assets/images/enterprise/custom-footer/enterprise-profile-ghec.png)
27+
{%- else %}
28+
![Enterprise profile settings](/assets/images/enterprise/custom-footer/enterprise-profile-ghes.png)
29+
{%- endif %}
30+
31+
1. At the top of the Profile section, click **Custom footer**.
32+
![Custom footer section](/assets/images/enterprise/custom-footer/custom-footer-section.png)
33+
34+
1. Add up to five links in the fields shown.
35+
![Add footer links](/assets/images/enterprise/custom-footer/add-footer-links.png)
36+
37+
1. Click **Update custom footer** to save the content and display the custom footer.
38+
![Update custom footer](/assets/images/enterprise/custom-footer/update-custom-footer.png)

content/admin/configuration/configuring-your-enterprise/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ children:
3434
- /restricting-network-traffic-to-your-enterprise
3535
- /configuring-github-pages-for-your-enterprise
3636
- /configuring-the-referrer-policy-for-your-enterprise
37+
- /configuring-custom-footers
3738
shortTitle: Configure your enterprise
3839
---
3940

0 commit comments

Comments
 (0)