30 lines
1.2 KiB
Markdown
30 lines
1.2 KiB
Markdown
# Project Overview
|
|
|
|
This project is for managing the sitemap and integrations of the website `enchun.tw`.
|
|
|
|
# Key Files
|
|
|
|
* `GEMINI.md`: This file, providing context for the project.
|
|
* `enchun-sitemap.md`: The sitemap of the website.
|
|
* `cms_structure.md`: The structure of the CMS collections.
|
|
* `integrations.md`: The third-party services, custom code, and form integrations.
|
|
|
|
# Usage
|
|
|
|
The primary objectives of this project are:
|
|
1. Generate and maintain the sitemap for `enchun.tw`.
|
|
2. Document the CMS collection structure.
|
|
3. Document the third-party services, custom code, and form integrations.
|
|
|
|
## Sitemap Generation
|
|
|
|
The sitemap was generated by accessing `https://enchun.tw/sitemap.xml` and parsing the XML content. The sitemap is stored in `enchun-sitemap.md`.
|
|
|
|
## CMS Collection Structure
|
|
|
|
The CMS collection structure was documented by navigating to the Webflow admin panel and inspecting the settings for each collection. The structure is stored in `cms_structure.md`.
|
|
|
|
## Integrations
|
|
|
|
The third-party services, custom code, and form integrations were documented by navigating to the "Site settings" in the Webflow admin panel. The information is stored in `integrations.md`.
|