Initialize catalog structure and product schema
This commit is contained in:
33
docs/field-reference.md
Normal file
33
docs/field-reference.md
Normal file
@@ -0,0 +1,33 @@
|
||||
# Catalog Field Reference
|
||||
|
||||
## Required Fields
|
||||
|
||||
### `catalog_version`
|
||||
|
||||
Catalog record format version.
|
||||
|
||||
Current value:
|
||||
|
||||
```json
|
||||
1
|
||||
|
||||
Create a `.gitignore`:
|
||||
|
||||
```bash
|
||||
cat > .gitignore <<'EOF'
|
||||
# Generated exports
|
||||
/exports/*
|
||||
!/exports/.gitkeep
|
||||
|
||||
# Generated indexes
|
||||
/indexes/*
|
||||
!/indexes/.gitkeep
|
||||
|
||||
# Local and temporary files
|
||||
*.tmp
|
||||
*.bak
|
||||
*.log
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
.vscode/
|
||||
.idea/
|
||||
Reference in New Issue
Block a user