Skip to content

Commit

Permalink
fix: remove footer (#1693)
Browse files Browse the repository at this point in the history
## Checklist
I have:
- [ ] run the content through Grammarly
- [ ] linked to sample apps when relevant
- [ ] added the meta description for each page in the PR
- [ ] minimized the callouts and added only when necessary
- [ ] added the `queryString` parameter to the Tabs (if used)
- [ ] masked PII in images. For example, login credentials, account
details, and more
- [ ] added images only when necessary
- [ ] deleted the images that are no longer used for the updated pages
in the PR
- [ ] followed the image file naming convention while renaming or adding
new images. (Use lowercase letters, dashes between words, and be as
descriptive as possible)
- [ ] used the `<figure/>` tag instead of a markdown representation for
images
- [ ] added the `<figcaption/>` tag to add a caption to the image
- [ ] added the `alt` attribute in the `<img/>` tag
- [ ] verified and updated the cross-references or created redirect
rules for the changed or removed content
- [ ] reviewed and applied the style changes for UI formatting. For
example, Bold the UI elements(Buttons on screen) used in the doc.
  • Loading branch information
danciaclara authored Sep 12, 2023
1 parent a026e8b commit 0f14d9e
Showing 1 changed file with 0 additions and 49 deletions.
49 changes: 0 additions & 49 deletions website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,55 +103,6 @@ const config = {
},
footer: {
style: 'light',
links: [
{
title: 'Docs',
items: [
{
label: 'Advanced Concepts',
to: 'advanced-concepts/custom-authentication',
},
{
label: 'Reference',
to: '/',
},
],
},
{
title: 'Community',
items: [
{
label: 'Forum',
href: 'https://community.appsmith.com/',
},
{
label: 'Discord',
href: 'https://discord.com/invite/rBTTVJp',
},
{
label: 'Twitter',
href: 'https://twitter.com/theappsmith?ref_src=twsrc%5Egoogle%7Ctwcamp%5Eserp%7Ctwgr%5Eauthor',
},
],
},
{
title: 'More',
items: [
{
label: 'Blog',
to: 'https://www.appsmith.com/blog',
},
{
label: 'GitHub',
href: 'https://github.com/appsmithorg/appsmith',
},
{
label: 'YouTube',
to: 'https://www.youtube.com/c/Appsmith',
},
],
},
],
copyright: `Copyright © ${new Date().getFullYear()} Appsmith, Inc.`,
},
prism: {
Expand Down

1 comment on commit 0f14d9e

@vercel
Copy link

@vercel vercel bot commented on 0f14d9e Sep 12, 2023

Choose a reason for hiding this comment

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

Please sign in to comment.