@washingtonpost/site-footer
v1.6.18
Published
WaPo Site Footer
Keywords
Readme
Site Footer
footercontains the site-wide UI footer.
Install
npm install @washingtonpost/site-footerComponent API
Usage
import { Footer } from "@washingtonpost/site-footer";
export const MyPage = () => {
return <Footer />;
};How to Update Footer Links
The footer links are located here -> apps/footer-links/public/index.json
If you need to update the footer links, you will need to update the JSON file.
When you are ready to deploy your changes to prod, you will have to manually upload the JSON file to the proper S3 bucket.
The S3 bucket is located in the AWS-app-wapo-site account and you will need DevAdmin access.
Run this command to copy your local file to the S3 bucket:
aws s3 cp apps/footer-links/public/index.json s3://site-eng-footer-links/index.json