2020-09-27 15:10:11 +03:00
# Permalinks
2020-10-06 04:08:18 +03:00
Because the site is dynamic, it does not build HTML files for each different version of an article. Instead it generates a "permalink" for every version of the article. It does this based on the article's [`versions` frontmatter ](content#versions ).
2020-09-27 15:10:11 +03:00
2020-10-06 04:08:18 +03:00
For example, an article that is available in currently supported versions will have permalink URLs like the following:
2020-09-27 15:10:11 +03:00
2020-10-06 04:08:18 +03:00
* `/en/free-pro-team@latest/github/getting-started-with-github/set-up-git`
* `/en/enterprise-server@2.22/github/getting-started-with-github/set-up-git`
* `/en/enterprise-server@2.21/github/getting-started-with-github/set-up-git`
* `/en/enterprise-server@2.20/github/getting-started-with-github/set-up-git`
* `/en/enterprise-server@2.19/github/getting-started-with-github/set-up-git`
2020-09-27 15:10:11 +03:00
2020-10-06 04:08:18 +03:00
An article that is not available in Enterprise will have just one permalink:
2020-09-27 15:10:11 +03:00
2020-10-06 04:08:18 +03:00
* `/en/free-pro-team@latest/github/getting-started-with-github/set-up-git`