diff --git a/.markdownlint.json b/.markdownlint.json index 7940a8511..89d2ce599 100644 --- a/.markdownlint.json +++ b/.markdownlint.json @@ -15,5 +15,6 @@ "no-trailing-punctuation": { "punctuation": ".,;:" }, - "no-duplicate-header": false + "no-duplicate-header": false, + "no-bare-urls": false } diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 4d6a33139..72f9b9ce2 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -57,4 +57,4 @@ The name of your file (and thus, the documentation URL) does **not** have to mat If you're new to git or GitHub, or more of a visual learner, the following screencast will show you how you can edit the documentation with just the browser. - +https://vimeo.com/330122657 diff --git a/en/building-sites/integrating-templates/video-quick-start.md b/en/building-sites/integrating-templates/video-quick-start.md index e1786b8de..cb1e9a0e9 100644 --- a/en/building-sites/integrating-templates/video-quick-start.md +++ b/en/building-sites/integrating-templates/video-quick-start.md @@ -10,13 +10,13 @@ _old_uri: "2.x/getting-started/video-quick-start-series/" MODX Cloud is a rapid development platform built to make tasks like installation, upgrading, and migrating MODX sites a one-button affair. This video shows you how to sign up for an account and get started with MODX in minutes. - +https://vimeo.com/60298110 ### Using cPanel MODX's default installation software makes it easy to deploy on almost any server environment that meets the minimum requirements. This video shows you how to install MODX on a common cPanel-enabled hosting account in just a few minutes. - +https://vimeo.com/68094979 ## Importing Your HTML Into MODX @@ -26,28 +26,28 @@ This video series walks you step-by-step through the process of integrating cust Watch this tutorial to learn how to integrate your own HTML/CSS/Javascript into a MODX Template, with simple-to-use placeholders for dynamic content. - +https://vimeo.com/60884063 ### Using Chunks This tutorial shows you how to manipulate your own front-end code using Chunks. - +https://vimeo.com/62971149 ### PHP Snippets Integrate your own PHP Snippets, or leverage a powerful library of pre-packaged Snippets that extend MODX's core functionality on an ad-hoc basis. Use only what you need for your site. Learn the basics in this tutorial. - +https://vimeo.com/68277695 ### Template Variables Template Variables ("TVs") are simply custom fields: easy-to-use input fields for site admins and content editors, yet full control for designers and developers. Learn all about them in this tutorial. - +https://vimeo.com/72873121 ### MODX Elements Combined This tutorial shows you how to combine the various Elements discussed in previous videos to fully leverage the power and flexibility of MODX. By the end of this video, you should have a basic understanding of how to use Snippets, TVs, Chunks and Templates to build a simple yet dynamic custom website in MODX. - +https://vimeo.com/74035603 diff --git a/en/contribute/documentation/index.md b/en/contribute/documentation/index.md index a32e3f97e..7f427b8f9 100644 --- a/en/contribute/documentation/index.md +++ b/en/contribute/documentation/index.md @@ -76,12 +76,61 @@ The name of your file (and thus, the documentation URL) does **not** have to mat To test if a translation is properly connected, you'll need to run the application on a local environment and execute `php docs.php index:translations`. See the DocsApp repository for more. +## Markdown, HTML, and media + +Write pages in [CommonMark](https://commonmark.org/) Markdown (with tables, footnotes, strikethrough, and similar extras). Prefer Markdown for structure and formatting. + +### Raw HTML is not rendered + +Raw HTML in documentation sources is **stripped** and will not appear on the site. Do not use tags such as `` `