Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Apply changes from redux proof-of-concept; Update tests; Add workaround for furo template rendering; Update README * Re-add importlib-metadata dependency for Sphinx on Python 3.9 * Removed ..contents:: & deleted archived files * Build warnings & error fixes * Fix build warnings/errors & formatting * Applied note formatting * Port jQuery version of feedback widget to using the JS DOM; Override furo's page layout to add feedback widget; Remove feedback widget code from myscript-v1.js * Update Pipfile.lock after re-locking * Upgrade sphinx-tabs to 3.4.4 * Fix visibility of confirmation popup after submitting feedback * Replaced sphinx-tabs with sphinx_inline_tabs * Comment-out sphinx-tabs reference and re-generate lock file to fix dependency issue * Move redirects section of conf.py higher up in the file to mitigate merge conflicts with master * Re-add commented-out version settings to help mitigate merge conflicts with master * Update commented-out version to help mitigate merge conflicts with master * Initial incomplete pass at migrating custom search to Sphinx 7 * Remove stock Sphinx searchtols script; Remove v1 searchtools script; Finish refactoring v4 searchtools to v7 * Remove unused templates * Load search indexes when DOM has finished loading * Update awscli dependency; Add exceptiongroup dependency for python older than 3.11; Add docutils-stubs to dev dependencies; Update default pipenv version to latest; Update CI pipeline script to run tests before building and to fix a Python TZ issue * Start new styles setup * Start scaffolding for redesign project * Rename redsign files. Add conditional for index css. * UX UI Updates * Updating css * Updating css * Updating badges * Updating css * Updating css * Updating docs * Updating docs site * Update nav structure and adjust homepage css * Delete old css and js files * Update styles when notification banner is active * Update notification banner content * Added :class: theme-icon to all Compass Icon SVG refs * Removed legacy .. tabs:: and .. contents:: directives * Fixed build warnings/errors * Various UI Fixes * Release readiness & build fixes * Modify redirects extension to use html_baseurl instead of hardcoded docs.mattermost.com and to remove the use of mm_url_path_prefix in favour of using Sphinx's html_baseurl; Update tests; Update Makefile to use custom html_baseurl when running livehtml target; Update GitHub workflows to use html_baseurl for preview environments * Add script for one-time conversion of rST links to doc and ref directives * Small fixes to one-time link conversion script * Move one-time conversion script into root so it can access conf.py easily; Exclude orphan files and urls with particular characteristics * Use furo's built-in base.html template * Remove extraneous templates; Add comment to page and custom-index template regarding furo base templates * More robust ignoring of directories; Resolve redirects fully before constructing a directive * [REFACTOR] Rewrite rST links into inline doc and ref directives where possible to allow html_baseurl to work correctly * Temporary workaround to allow preview environments to use the correct html_baseurl * Table formatting fixes * Converting internal HTML links > Sphinx directives * Converting internal HTML links > Sphinx directives * Converting internal HTML links > Sphinx directives * Replaced ambiguous deploy badges * Updating UI * Updated Cloud signup URL * Broken link fix * Extract Mattermost theme modifications into new page.html, leaving the previous page-v1.html around temporarily; Enable Edit in GitHub functionality in conf.py; Remove old RTD theme config for Edit in GitHub * Hid legacy changelogs & gencert from search results to improve results * Converting internal HTML links > Sphinx directives * Process hardcoded docs.mattermost.com links and exclude links that cross line boundaries * [REFACTOR] Migrate hardcoded docs.mattermost.com rST links to doc and ref roles * Updating thermotoer to allow multiple feedback * Table syntax fixes & Converting internal HTML links > Sphinx directives * Add Google Tag Manager functionality; Remove commented-out search v1 div from custom-nav.html * Add GTM to custom index * Update notification bar with webinar deets * Fixed broken link * Fix notification banner details --------- Co-authored-by: Carrie Warner (Mattermost) <74422101+cwarnermm@users.noreply.github.com> Co-authored-by: Mattermost Build <build@mattermost.com> Co-authored-by: emdecr <delacruz.emily@gmail.com> Co-authored-by: Asaad Mahmood <asaadmahmood@users.noreply.github.com>
- Loading branch information