diff options
author | 2019-03-29 16:56:08 +0100 | |
---|---|---|
committer | 2019-03-29 17:04:38 +0100 | |
commit | a734c2f254fe669c20a8fc62a8c4497a5edf708a (patch) | |
tree | a5fb597c483c9fc4242f339382921396c0cca437 /site/_layouts/howto-en.html | |
parent | ddb7b9f1ac7e5b74d4f11f4149456b627b6af439 (diff) | |
parent | 657afcf4e2bb93255d722b8019a2a352ffc534d1 (diff) |
Merge remote-tracking branch 'origin/master-next'
Diffstat (limited to 'site/_layouts/howto-en.html')
-rw-r--r-- | site/_layouts/howto-en.html | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/site/_layouts/howto-en.html b/site/_layouts/howto-en.html new file mode 100644 index 0000000..1b459f8 --- /dev/null +++ b/site/_layouts/howto-en.html @@ -0,0 +1,15 @@ +--- +layout: umldoc +outdated_text: "This version of the documentation is outdated!" +in_development_text: "This version of the documentation is under development!" +click_here_text: "Click here for the latest released version." +toc_text: "Table of Contents" +latest_text: "Latest" +visit_github_text: "Other versions are on GitHub." +plugin_version_text: "This documentation describes this plugin at version" +edit_text: "Edit" +edit_source_text: "Edit Source on GitHub" +edit_translation_text: "Edit Translation on Crowdin" +--- + +{{ content }} |