> 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: Access Frontend Source Files ## Article: Access Frontend Source Files ## Article Link: https://dev.wix.com/docs/develop-websites-sdk/test-your-site/debug-your-code/access-frontend-source-files.md ## Article Content: # Access Frontend Source Files When debugging a site's frontend code, you may want to view a copy of the code files in your browser's developer tools. To locate and open the files: 1. Identify the names of the files that contain a site's frontend code. The names of these files appear in the Wix Developer Console when you preview a site. They also appear in the browser developer console. ![Developer console filename](https://wixmp-833713b177cebf373f611808.wixmp.com/images/3aff9c22ecef2868bede23b049b78766.png) 1. Browse to a site, either published or in [Preview mode](https://dev.wix.com/docs/develop-websites-sdk/test-your-site/debug-your-code/about-testing-code-in-preview-mode.md), and open your browser's developer tools. 1. Open the file search bar. - In Chrome press **Command/Ctrl+O**. - In Firefox, open the **Debugger** panel in the developer tools and press **Command/Ctrl+P**. 1. Type the name of your code file and select it from the search results to open it. ![Select code file](https://wixmp-833713b177cebf373f611808.wixmp.com/images/5db73ca293461121ba3c3195fb28f443.png) ## See also - [About Debugging Your Code](https://dev.wix.com/docs/develop-websites-sdk/test-your-site/debug-your-code/about-debugging-your-code.md) - [About Testing Your Code in Preview Mode](https://dev.wix.com/docs/develop-websites-sdk/test-your-site/debug-your-code/about-testing-code-in-preview-mode.md)