docs: correct stale config names and paths in paragon README#67
Open
kdmccormick wants to merge 1 commit into
Open
docs: correct stale config names and paths in paragon README#67kdmccormick wants to merge 1 commit into
kdmccormick wants to merge 1 commit into
Conversation
Updates references to `PARAGON_THEMES_PATH` / `PARAGON_THEMES` to the
actual config keys, fixes default values, separates source vs. compiled
paths, and drops `{{ TUTOR_ROOT }}` (not a Jinja variable in Tutor).
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
brian-smith-tcril
approved these changes
May 16, 2026
Comment on lines
+123
to
+124
| ``PARAGON_THEME_SOURCES_PATH`` | ||
| Base path for theme sources. Default: ``env/plugins/paragon/theme-sources``. |
Contributor
There was a problem hiding this comment.
Matches
👍
Comment on lines
+126
to
+127
| ``PARAGON_COMPILED_THEMES_PATH`` | ||
| Base path for compiled output. Default: ``env/plugins/paragon/compiled-themes``. |
Contributor
There was a problem hiding this comment.
Matches
👍
Comment on lines
+129
to
+130
| ``PARAGON_ENABLED_THEMES`` | ||
| List of theme folders to compile and serve. Default: ``[]``. |
Contributor
There was a problem hiding this comment.
Matches
and the "theme folders to compile" matches
but the "and serve" is a little misleading because of
Not sure the best way to address this, and this is better than the definitely incorrect ['light', 'dark'] so I don't think we should block this PR on it, but worth digging into/making a follow-up issue for.
feanil
approved these changes
May 16, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updates references to
PARAGON_THEMES_PATH/PARAGON_THEMESto the actual config keys, fixes default values, separates source vs. compiled paths, and drops{{ TUTOR_ROOT }}(not a Jinja variable in Tutor).Written by Claude, reviewed by me.