Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* WIP on making something usable for sphinx * Add index files, to be used with spinx * Change cheatsheet to MyST, improve the main index * Make links into a bulleted list * Add MyST link examples and a seealso to documentation's MyST cheat sheet * First draft of contributing with Volto submodules. Move existing "Managing contributions on GitHub" section after "Contributor Roles" section * remove polluted .md files having which are not in docs/ * Fix all broken links and redirects, except: - volto/upgrade-guide/index.md:283: [broken] https://github.com/kitconcept/plone.volto/pull/29: 404 Client Error: Not Found for url: https://github.com/kitconcept/plone.volto/pull/29 - volto/addons/i18n.md:15: [broken] https://github.com/plone/volto/blob/master/src/i18n.js: 404 Client Error: Not Found for url: https://github.com/plone/volto/blob/master/src/i18n.js * Add change log entry * Fix one of two broken links * Move /recipes/overridei18n.md content to /recipes/i18n.md * Docs: Add metadata * Update add-on Internationalization to current way to do * Update CHANGELOG.md * grammar and syntax fixes Co-authored-by: Steve Piercy <[email protected]> * grammar and syntax fixes Co-authored-by: Steve Piercy <[email protected]> * grammar and syntax fixes Co-authored-by: Steve Piercy <[email protected]> * mark technical terms Co-authored-by: Steve Piercy <[email protected]> * Better wording Co-authored-by: Steve Piercy <[email protected]> * Clear instructions and result Co-authored-by: Steve Piercy <[email protected]> * grammar and syntax fixes Co-authored-by: Steve Piercy <[email protected]> * Clear instructions and result Co-authored-by: Steve Piercy <[email protected]> * MySt adjustments Co-Authored-By: Steve Piercy <[email protected]> * Update i18n.md Line break * Create a new Documentation section in CHANGELOG.md * Final clean up - Consistent indent of enumerated list - Remove duplicate lines because GitHub does not allow multi-line suggestions * Deduplicate index label * Add line break * Remove bad merge conflict resolution * Fix typo * Content was moved to recipes/i18n.md * Fix bad link * Add MyST and Sphinx basic configuration * Add CHANGELOG.md entry * Add docs/_build/ to .gitignore * Remove references to files that were moved under developer-guidelines Remove comments that are obsolete Add html_meta values * Fix heading levels Add html_meta values * Align toctree elements with production Remove redundant directory listing Add html_meta values * Fix add-ons spelling Remove `./` Fix syntax highlighting and emphasis Fix broken references Add html_meta values * Fix jsx syntax highlighting Add html_meta values * Fix jsx syntax highlighting Add html_meta values * Fix reference to addons/index Add html_meta values * Fix references Add html_meta values * Merge plone6index.md into index.md Adjust references * Fix nginx syntax highlighting (conf -> nginx) Add html_meta values * Improve shell syntax highlighting and formatting Minor grammar fixes Add html_meta values * Minor grammar fixes Remove unused lexer parameter Add html_meta values * Fix download link Add html_meta values * Fix syntax highlighting Add html_meta values * Fix reference to addons/index Add html_meta values * Fix broken link to storybook Add html_meta values * Fix json highlighting (do not use ellipses or comments) Fix reference to openobjectbrowser-handler-api-label Add html_meta values * Add change log entry * Unfix "fixes" for jsx syntax highlighting * Don't use `'` in lexed code blocks. Sheesh! * Don't use `'` in lexed code blocks. Sheesh! * dedupe cheatsheet as its already in Plone docs * Revert "dedupe cheatsheet as its already in Plone docs" This reverts commit baffc8b. * Add plone to Intersphinx configuration, and update link in cheatsheet.md * Add CHANGELOG.md entry * Get version from package.json * Remove legacy folder in docs * Add typescript to toctree * Remove mkdocs config (#3070) * Remove mkdocs configuration * Use correct filename in Makefile to install requirements for standalone docs * Add CHANGELOG.md entry * Restore logos * Remove mkdocs remainings, docs-clean cleans also legacy docs envs * Move logos up to root of directory, and adjust link in README.md * Improve help comment * Update docs GitHub workflow to use Sphinx/MyST only * Add netlify target for preview of Sphinx HTML docs build * Add CHANGELOG.md entry for Netlify * Add runtime.txt to specify Python version for Netlify * Adjust Netlify build path Co-authored-by: Victor Fernandez de Alba <[email protected]> * Fix docs not referenced in any doctree. Cleanup the ones not needed * Use `orphan` field list item to build the file, but exclude from toctree omissions errors and navigation. * Add html_meta values * Use correct internal link reference * Grammar and one sentence per line * Remove obsolete links to Python Markdown extensions, now that we use MyST * Remove unnecessary and undefined variable from docs-livehtml target * Add CHANGELOG.md entry * Remove runtime.txt and instead use global setting for netlify See https://docs.netlify.com/configure-builds/environment-variables/ * Attempt to turn off some checks, set environment variable to use Python 3.8 * Remove blank configuration values. It is not possible to disable these preview builds. See https://answers.netlify.com/t/disabling-header-rules-pages-changed-redirect-rules-mixed-content-reports/46323/2 * Use netlify.toml to set PYTHON_VERSION env var instead of obscured global setting * Use MyST admonition syntax * Fix indentation of list items so that code blocks and admonitions align are within their list items Add html_meta tags * Remove optional `true` for `:sorted:` * Add html_meta values * Add CHANGELOG.md * Backport 15-alpha docs (#3066) * Changes in docs (upgrade guide) until Volto 15a3 * Upgrade Guide i18n: Make clear what's project, what add-on. @ksuess (backport #3056) * Add Widget additional information link (#2999) Add a link to widget developer recipe at the end of Widget section. I think it is import to point developer where to find information about customizing and overriding widgets. Thanks @tiberiuichim for the tip https://community.plone.org/t/using-react-currency-selector/14737 * Backport RAZZLE_ environment variable docs Add html_meta tag values for SEO See https://github.com/plone/volto/pull/3067/files#diff-00609ed769cd40cf3bc3d6fcc4431b714cb37c73cedaaea18fe9fc4c1c589597 * Backport upgrade guide for #2992 (Lazy load draftJS) * Backport Richsettings docs of #2992 * Backport docs for #3067 (ADDONS var) * Update changelog to latest Co-authored-by: Arky <[email protected]> Co-authored-by: Steve Piercy <[email protected]> Co-authored-by: Victor Fernandez de Alba <[email protected]> Co-authored-by: Steve Piercy <[email protected]> Co-authored-by: nileshgulia1 <[email protected]> Co-authored-by: ksuess <[email protected]> Co-authored-by: Arky <[email protected]>
- Loading branch information