Update docs for recent Pine v6 features#4
Open
jabez4jc wants to merge 4 commits into
Open
Conversation
Added new routing entries for publishing guidelines and BBCode.
Added comprehensive publishing guidelines for Pine Script v6, covering privacy types, visibility types, house rules, vendor requirements, and description formatting.
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.
I updated the missing release-note coverage across the repo instead of only adding a changelog note.
The top-level discovery docs now surface the newer Pine v6 additions and route users/LLMs to the right files: README.md has a release coverage section, and LLM_MANIFEST.md now indexes request.footprint, volume_row, syminfo.isin, timeframe_bars_back, and the style-guide wrapping change.
I also filled the actual documentation gaps: reference/functions/general.md now documents time() / time_close() with timeframe_bars_back, reference/types.md now covers both footprint and volume_row, and writing_scripts/style_guide.md now reflects the updated parenthesis-based line wrapping behavior.
Finally, I brought the two bundled full-reference files in line by adding syminfo.isin, request.footprint(), the time() / time_close() parameter update, and the missing footprint / volume_row type entries.