> 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: Working with Site History ## Article: Working with Site History ## Article Link: https://dev.wix.com/docs/develop-websites/articles/workspace-tools/testing-monitoring/site-history/working-with-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 is important to understand the implications of this restore. ## Supported IDEs You can revert the site to a previous version using: + The [editor](https://dev.wix.com/docs/develop-websites/articles/workspace-tools/velo-workspace/workspaces/wix-studio-working-with-the-code-panel.md) (Wix Studio and Wix Editor) + The [Wix IDE](https://dev.wix.com/docs/develop-websites/articles/workspace-tools/velo-workspace/wix-ide/wix-studio-about-the-wix-ide.md) (Wix Studio) + Your [local IDE](https://dev.wix.com/docs/develop-websites/articles/workspace-tools/developer-tools/git-integration-wix-cli/about-git-integration-wix-cli.md) (Wix Studio and Wix Editor) > **Note**: When working in a local IDE, you can connect your site to Github for more advanced version control. ## Restored elements When you revert to an older version of your 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 reverting 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://support.wix.com/en/article/about-database-collections)