Skip to content

Commit

Permalink
chore(docs): display last update time (#753)
Browse files Browse the repository at this point in the history
Summary:
**Summary**

Prior this PR, there was no way to tell if we are reading a new version of the docs besides reading it entirely.

Now we'll get something like this:

![image](https://user-images.githubusercontent.com/13461315/148601214-a369c88c-bc0f-4730-9170-ecb8f20f9d8d.png)

Pull Request resolved: #753

Reviewed By: motiz88

Differential Revision: D33482736

Pulled By: lunaleaps

fbshipit-source-id: e6e2fdd4e9149f74efcefa4a93c9d7bf3603bcda
  • Loading branch information
micalevisk authored and facebook-github-bot committed Jan 10, 2022
1 parent 3c35b37 commit 3dfe9f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ const siteConfig = {
path: '../docs',
editUrl: 'https://github.com/facebook/metro/edit/main/docs',
sidebarPath: require.resolve('./sidebars.json'),
showLastUpdateTime: true,
},
theme: {
customCss: require.resolve('./src/css/custom.css'),
Expand Down

0 comments on commit 3dfe9f3

Please sign in to comment.