> Portal Navigation: > > - Append `.md` to any URL under `https://dev.wix.com/docs/` to get its markdown version. > - Pages are either content pages (article or reference text) or menu pages (a list of links to child pages). > - To get a menu page, truncate any URL to a parent path and append `.md` (e.g. `https://dev.wix.com/docs/sdk.md`, `https://dev.wix.com/docs/sdk/core-modules.md`). > - Top-level index of all portals: https://dev.wix.com/docs/llms.txt > - Full concatenated docs: https://dev.wix.com/docs/llms-full.txt ## Resource: About Site History ## Article: About Site History ## Article Link: https://dev.wix.com/docs/develop-websites-sdk/publish-your-site/site-history/about-site-history.md ## Article Content: # About Site History You can [manage the site history](https://support.wix.com/en/article/managing-your-site-history-1079227) of sites that include code in the same way you manage sites without code. You can revert the site to a previous version.
**Tip:** Name your versions so you can easily find the version to revert to later.This article explains why it's important to understand the implications of this restore. ## Supported IDEs You can revert the site to a previous version using: - The editor (Wix Studio and Wix Editor) - The Wix IDE (Wix Studio) - A local IDE (Wix Studio and Wix Editor) > **Note**: When working in a local IDE, you can connect a site to GitHub for more advanced version control. ## Restored elements When you revert to an older version of a site, the following elements are reverted to their previous states: - Pages - Code - Hooks - Routers - Schemas - Permissions ## Non-restored elements Keep in mind that data in both the Sandbox and Live databases don't revert to the previous state. This means that the data remain as in the current version and you can't recover deleted data by restoring a previous site. ## Schema changes after a revert When you restore to a previous version, the schema follows the version being restored. This means if you made changes in fields with the newer version, those changes might not exist in the older version's schema. You can add fields to the older version's schema as needed. The data is retained and becomes visible once the fields are added. ## See also - [Manage Site History](https://support.wix.com/en/article/managing-your-site-history-1079227) - [About Database Collections](https://dev.wix.com/docs/develop-websites-sdk/code-your-site/work-with-data/introduction/about-collections.md#about-collections)