File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
src/data-directory/lib/data-schemas Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 88# ---------------------------------------------------------------
99# To update the sha:
1010# https://github.com/github/gh-base-image/pkgs/container/gh-base-image%2Fgh-base-noble
11- FROM ghcr.io/github/gh-base-image/gh-base-noble:20251008-224804-g33b3d6bf5 AS base
11+ FROM ghcr.io/github/gh-base-image/gh-base-noble:20251009-110343-g5a525d4e1 AS base
1212
1313# Install curl for Node install and determining the early access branch
1414# Install git for cloning docs-early-access & translations repos
Original file line number Diff line number Diff line change @@ -10,6 +10,8 @@ const dataSchemas: DataSchemas = {
1010 'data/code-languages.yml' : '@/data-directory/lib/data-schemas/code-languages' ,
1111 'data/glossaries/candidates.yml' : '@/data-directory/lib/data-schemas/glossaries-candidates.js' ,
1212 'data/glossaries/external.yml' : '@/data-directory/lib/data-schemas/glossaries-external.js' ,
13+ 'data/tables/supported-code-languages.yml' :
14+ '@/data-directory/lib/data-schemas/supported-code-languages.js' ,
1315}
1416
1517export default dataSchemas
You can’t perform that action at this time.
0 commit comments