mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 01:36:13 +00:00
Add Press Center with resources, FAQ and interviewees
This commit is contained in:
parent
a5250261ec
commit
f383f2a201
32 changed files with 610 additions and 13 deletions
|
@ -33,8 +33,9 @@ Installing dependencies on older Ubuntu and Debian distributions
|
|||
4. Sitemap, Add links to your translated pages in _config.yml under their equivalent english version.
|
||||
5. Images, Update the few images that contain text with any vector image editing software like Inkscape.
|
||||
6. Languages, Make sure that the languages are listed in alphabetical order in _config.yml
|
||||
7. Post, Remove sections that use _posts such as "version-history" and "news". Those are not meant to be translated yet.
|
||||
8. Preview, Check that texts that are limited in size display nicely. For example, right side buttons and some titles have height or width restrictions. You can preview your work without building the website. Just visit the existing english page, open the javascript console of your browser (CTRL + SHIFT + J on Google Chrome) and copy the following command to make the page editable : document.body.contentEditable=true . This will allow you to edit and preview the page in your browser like a document.
|
||||
7. Post, Remove pages that use _posts such as "version-history" and "news". Those are not meant to be translated yet.
|
||||
8. Press, Remove "press coverage" and "interviewees" in the Press center. The rest can be translated.
|
||||
9. Preview, Check that texts that are limited in size display nicely. For example, right side buttons and some titles have height or width restrictions. You can preview your work without building the website. Just visit the existing english page, open the javascript console of your browser (CTRL + SHIFT + J on Google Chrome) and copy the following command to make the page editable : document.body.contentEditable=true . This will allow you to edit and preview the page in your browser like a document.
|
||||
|
||||
### Update
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue