Skip to content

Commit ce4a803

Browse files
authored
Merge pull request #2074 from cakephp/remove_translated_docs
Remove out-of-date translated docs
2 parents c81dfd7 + 1202f16 commit ce4a803

19 files changed

+3
-4789
lines changed

docs.Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ COPY docs /data/docs
55

66
# Build docs with sphinx
77
RUN cd /data/docs-builder && \
8-
make website LANGS="en es fr ja" SOURCE=/data/docs DEST=/data/website
8+
make website LANGS="en" SOURCE=/data/docs DEST=/data/website
99

1010

1111
# Build a small nginx container with just the static site in it.
1212
FROM markstory/cakephp-docs-builder:runtime as runtime
1313

1414
# Configure search index script
15-
ENV LANGS="en es fr ja"
15+
ENV LANGS="en"
1616
ENV SEARCH_SOURCE="/data/docs"
1717
ENV SEARCH_URL_PREFIX="/phinx/0"
1818

docs/config/all.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
]
2626

2727
# Languages available.
28-
languages = ['en', 'es', 'fr', 'ja']
28+
languages = ['en']
2929

3030
# The GitHub branch name for this version of the docs
3131
# for edit links to point at.

docs/es/commands.rst

Lines changed: 0 additions & 292 deletions
This file was deleted.

docs/es/conf.py

Lines changed: 0 additions & 9 deletions
This file was deleted.

docs/es/contents.rst

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)