You can edit the following files in the website directory.
sidebars.jsonto edit the toc.- Go to
blogdirectory to addteam blogfeed.
Website Configuration files - DO NOT EDIT these files.
siteConfig.jscontains website configuration.pagesdirectory contains landing pageindex.js.staticdirectory contains website stylingcustom.cssand website images.
Running integration tests
- End to end integration tests are written using cypress
- You can run these tests by using the command
npm run cy:run - If you like to write a new integration tests, write them in cypress/integration folder