Create EN baseline terms for tech docs
## Summary This issue is to create a common baseline terminology list that would, then, be translated, and used to kick off a new language in the tech docs localization program. The objective is to: 1. Select a small set of source pages that would give us the highest density of foundational, GitLab-native terms 2. Extract the terms using the following terminology agent approach https://gitlab.com/explore/ai-catalog/agents/1004657/ 3. Translate the resulting list of EN terms into FR and KO to kick off translations in the beginning of May 2026. We're missing having seed GitLab core terms that we can expand on. The glossary on Quickterm is, as of today, 100% reliable and too big to edit and iterate at this point. This is not: * A fixed final termbase * The final terminology approach that we need to follow This is: * An attempt to create a baseline that would allow us to kick off FR + KO tech docs localization process through Argo-Phrase workflow. * A terminology baseline that should be iterated upon ## Selected EN pages These are mostly conceptual pages that have gone through a scraping/frequency analysis (done by Claude). They've been selected because they provide proper nouns and product-specific terms with a high repetition frequency. **Exclude:** * Step-by-step tutorials and "How to" pages — too procedural * Release notes / changelogs — noisy, version-specific * API reference pages — too technical, different vocabulary register * Troubleshooting pages — edge-case vocabulary ### List of EN pages 1. Navigation file: https://gitlab.com/gitlab-org/technical-writing/docs-gitlab-com/-/blob/main/data/en-us/navigation.yaml?ref_type=heads 2. `user/_index.md` (section homepage): https://gitlab.com/gitlab-org/gitlab/-/blob/master/doc/user/\_index.md #### **`get_started/` pages** 1. https://gitlab.com/gitlab-com/localization/tech-docs-forked-projects/prod/gitlab/-/blob/main-translation/doc/user/get_started/get_started_agent_platform.md 2. https://gitlab.com/gitlab-com/localization/tech-docs-forked-projects/prod/gitlab/-/blob/main-translation/doc/user/get_started/get_started_runner.md 3. https://gitlab.com/gitlab-com/localization/tech-docs-forked-projects/prod/gitlab/-/blob/main-translation/doc/user/get_started/get_started_deploy_release.md 4. https://gitlab.com/gitlab-com/localization/tech-docs-forked-projects/prod/gitlab/-/blob/main-translation/doc/user/get_started/get_started_managing_code.md 5. https://gitlab.com/gitlab-com/localization/tech-docs-forked-projects/prod/gitlab/-/blob/main-translation/doc/user/get_started/get_started_managing_infrastructure.md 6. https://gitlab.com/gitlab-com/localization/tech-docs-forked-projects/prod/gitlab/-/blob/main-translation/doc/user/get_started/get_started_monitoring.md 7. https://gitlab.com/gitlab-com/localization/tech-docs-forked-projects/prod/gitlab/-/blob/main-translation/doc/user/get_started/get_started_planning_work.md 8. https://gitlab.com/gitlab-com/localization/tech-docs-forked-projects/prod/gitlab/-/blob/main-translation/doc/user/get_started/get_started_projects.md 9. https://gitlab.com/gitlab-com/localization/tech-docs-forked-projects/prod/gitlab/-/blob/main-translation/doc/user/get_started/getting_started_gitlab_duo.md 10. https://gitlab.com/gitlab-com/localization/tech-docs-forked-projects/prod/gitlab/-/blob/main-translation/doc/administration/get_started.md 11. https://gitlab.com/gitlab-com/localization/tech-docs-forked-projects/prod/gitlab/-/blob/main-translation/doc/topics/git/get_started.md 12. https://gitlab.com/gitlab-com/localization/tech-docs-forked-projects/prod/gitlab/-/blob/main-translation/doc/api/get_started/get_started_extending.md #### `/topics/` index pages 1. https://gitlab.com/gitlab-org/gitlab/-/blob/master/doc/topics/plan_and_track.md 2. https://gitlab.com/gitlab-org/gitlab/-/blob/master/doc/topics/build_your_application.md 3. https://gitlab.com/gitlab-org/gitlab/-/blob/master/doc/topics/release_your_application.md 4. https://gitlab.com/gitlab-org/gitlab/-/blob/master/doc/topics/set_up_organization.md #### GitLab Duo - https://gitlab.com/gitlab-org/gitlab/-/blob/master/doc/user/duo_agent_platform/\_index.md #### Bonus: additional high-value pages - CI/CD index: https://gitlab.com/gitlab-org/gitlab/-/blob/master/doc/ci/\_index.md - Security get started: https://gitlab.com/gitlab-org/gitlab/-/blob/master/doc/user/application_security/get-started-security.md - SAST index: https://gitlab.com/gitlab-org/gitlab/-/blob/master/doc/user/application_security/sast/\_index.md - Infrastructure: https://docs.gitlab.com/user/infrastructure/ ## Next steps * [ ] Run term extraction following https://gitlab.com/explore/ai-catalog/agents/1004657/ approach and Claude Code ( @opysaryuk ) * [ ] Translate extracted GitLab-native baseline terms * [ ] Create TB on Phrase with such data for EN-FR and EN-KR
issue