-
Notifications
You must be signed in to change notification settings - Fork 31
Clean up the SIP files #120
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
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
d88261d to
7b11d3d
Compare
bishabosha
approved these changes
Nov 26, 2025
bishabosha
approved these changes
Nov 26, 2025
- Remove "SIP-XX - " prefix from all SIP titles - Add 'number: XX' field to YAML frontmatter for each SIP - Leave SID (Scala Improvement Document) files unchanged
5100bf7 to
01eb784
Compare
It's in preview mode now, thus shipped.
Contributor
Author
|
PR for website changes: scala/docs.scala-lang#3236 |
This was referenced Nov 28, 2025
bracevac
added a commit
to scala/docs.scala-lang
that referenced
this pull request
Dec 1, 2025
Revamp the SIPs section of the documentation site - **Title rendering**: The page title now dynamically renders as "SIP-XX - Title" by combining the `number` and `title` YAML fields (supports optional `kind` field for SID variants) - **Simplified listing page**: `_sips/all.md` now only lists completed SIPs, with links to GitHub for pending/rejected/withdrawn proposals - **Automated sync**: Added GitHub Action (`.github/workflows/sync-sips.yml`) that syncs SIP content daily from [scala/improvement-proposals](https://github.com/scala/improvement-proposals) and creates a PR if there are changes ### Changes - `_layouts/root-content-layout.html`: Conditional title rendering for SIP pages - `_sips/all.md`: Simplified structure, sorted by number descending. - `.github/workflows/sync-sips.yml`: New workflow for automated content sync - `_sips/sips/`: SIP files in sync with change set of scala/improvement-proposals#120, removed files for non-completed SIPs.
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.
This is in preparation to unfsck the SIP page
number: XXfield to YAML frontmatter for each SIPkind: SIDin the YAML.These changes should help in achieving a decent sorting in Jekyll.