Edit this page link - Configuration
Sets the git root directory project’s URL to enable "Edit this page" button link
Last modified 2025-07-31
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"
}