- /
-
- Configuration /
- Edit this page link - Configuration
Edit this page link - Configuration
Sets the git root directory project’s URL to enable "Edit this page" button link
2025-05-23
ITADS
By default, there is no "Edit this page" link. To display an "Edit this page" link button at the bottom of each page, just fill the editThisPageRootUrl
parameter of the git root directory project’s URL into settings.json
as follows:
"editThisPageRootUrl": "<GIT_ROOT_PUBLIC_REMOTE_URL>"
Example for this project:
{
"editThisPageRootUrl": "https://github.com/ita-design-system/eleventy-libdoc-website/blob/main"
}