Skip to content

Conversation

@jtviolet
Copy link
Contributor

Summary

  • add required front matter to all docs/1secure markdown files
  • correct capitalization in titles and sidebar labels

Testing

  • npm run build:single 1secure
  • python - <<'PY' import re,glob pattern=re.compile(r'^---\ntitle:\s*"[^"]+"\nsidebar_label:\s*"[^"]+"\ndescription:\s*"[^"]+"\n---\n\n', re.M) missing=[p for p in glob.glob('docs/1secure/**/*.md', recursive=True) if not pattern.match(open(p).read())] print('missing', len(missing)) PY

https://chatgpt.com/codex/tasks/task_e_685af9f0e5d8832cbdaa0dae0f7a994a

@jtviolet jtviolet temporarily deployed to codex/ensure-front-matter-in-all-markdown-files - product-docs-prod PR #29 June 24, 2025 19:29 — with Render Destroyed
@jtviolet jtviolet closed this Jun 24, 2025
@jtviolet jtviolet deleted the codex/ensure-front-matter-in-all-markdown-files branch June 24, 2025 19:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants