diff options
author | Leonard Richardson <leonardr@segfault.org> | 2020-04-04 18:22:11 -0400 |
---|---|---|
committer | Leonard Richardson <leonardr@segfault.org> | 2020-04-04 18:22:11 -0400 |
commit | e381bc0e8be4178107ef326b076ba7e747f36c15 (patch) | |
tree | 09d6f094b5f44a392b2d843cf8068390fd2c8579 /doc.ru/source/_static/documentation_options.js | |
parent | c9f34308959bd91812793fd04550db21e330c4b0 (diff) |
Added a Russian translation by 'authoress' to the repository.
Diffstat (limited to 'doc.ru/source/_static/documentation_options.js')
-rw-r--r-- | doc.ru/source/_static/documentation_options.js | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc.ru/source/_static/documentation_options.js b/doc.ru/source/_static/documentation_options.js new file mode 100644 index 0000000..f999c6d --- /dev/null +++ b/doc.ru/source/_static/documentation_options.js @@ -0,0 +1,11 @@ +var DOCUMENTATION_OPTIONS = {
+ URL_ROOT: document.getElementById("documentation_options").getAttribute('data-url_root'),
+ VERSION: '1.0.0',
+ LANGUAGE: 'ru',
+ COLLAPSE_INDEX: false,
+ BUILDER: 'html',
+ FILE_SUFFIX: '.html',
+ HAS_SOURCE: true,
+ SOURCELINK_SUFFIX: '.txt',
+ NAVIGATION_WITH_KEYS: false
+};
\ No newline at end of file |