Skip to content

Commit 0d3079a

Browse files
authored
Merge pull request #781 from multiversx/show-last-update
Show "last updated" on pages
2 parents e76bf62 + f206996 commit 0d3079a

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.github/workflows/deploy-production.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
- uses: actions/checkout@v2
1515
with:
1616
ref: main
17+
fetch-depth: 0
1718
- name: Use Node.js
1819
uses: actions/setup-node@v1
1920
with:

.github/workflows/deploy-staging.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
- uses: actions/checkout@v2
1515
with:
1616
ref: development
17+
fetch-depth: 0
1718
- name: Use Node.js
1819
uses: actions/setup-node@v1
1920
with:

docusaurus.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ const config = {
5050
remarkPlugins: [math],
5151
rehypePlugins: [katex],
5252
editUrl: "https://github.com/multiversx/mx-docs/edit/development",
53+
showLastUpdateTime: true,
5354
},
5455
blog: false, // Optional: disable the blog plugin
5556
theme: {

0 commit comments

Comments
 (0)