-
Notifications
You must be signed in to change notification settings - Fork 0
Document documentation submodule internals and workflows #297
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
Changes from all commits
Commits
Show all changes
40 commits
Select commit
Hold shift + click to select a range
7568a51
Use HTTPS in (c) header
alexander-yevsyukov 3d3885f
Bump version -> `2.0.0-SNAPSHOT.419`
alexander-yevsyukov 9e5663d
Bump Validation -> `2.0.0-SNAPSHOT.419`
alexander-yevsyukov 490ae09
Add Kotlin files to `.gitattributes`
alexander-yevsyukov 378f712
Draft the plan for extending documentation
alexander-yevsyukov 506bed5
Rename the plan file
alexander-yevsyukov ec2320f
Refine the documentation2 plan
alexander-yevsyukov f611c48
Update the doc2 plan with discovery findings
alexander-yevsyukov 698c09c
Draft the documentation2 structure
alexander-yevsyukov 5205ba6
Add docs2 content
alexander-yevsyukov 7691295
Add docs2 content
alexander-yevsyukov 9573de5
Avoid redundant backticks
alexander-yevsyukov e07de76
Avoid redundant backticks
alexander-yevsyukov ab0336e
Describe documentation tooling
alexander-yevsyukov 54446fd
Add Claude memory
alexander-yevsyukov f48ea90
Describe the documentation procedures
alexander-yevsyukov 2f2ead5
Replace `GRADLE.md` with `README.md`
alexander-yevsyukov 82c9c09
Improve wording of tooling and procedures
alexander-yevsyukov 472b250
Simplify `embed-code-go` update description
alexander-yevsyukov 5c22496
Update Claude memory
alexander-yevsyukov 7c87f98
Update Claude memory
alexander-yevsyukov ae3c5cc
Add backticks around `site-commons` and `embed-code-go` repo links
alexander-yevsyukov f5f8b36
Update Claude memory
alexander-yevsyukov b257ea3
Simplify the reference to the Documentation repository
alexander-yevsyukov c90f1cc
Remove `_options` directory
alexander-yevsyukov 8a7d53c
Correct the statement of the source pools for embedding
alexander-yevsyukov 53aa779
Fix the correctness of wording around update procedures
alexander-yevsyukov fd4beda
Update dependency reports
alexander-yevsyukov f9b33ba
Add reference to full `embed-code-go` syntax reference
alexander-yevsyukov d878e26
Add `docs` root for embedding
alexander-yevsyukov f6cc2af
Add `time` root for embedding
alexander-yevsyukov d6f9e41
Remove task documents
alexander-yevsyukov 95d25ed
Remove Claude memory
alexander-yevsyukov ee40227
Describe pushing examples in procedures
alexander-yevsyukov ce96127
Remove redundant (c) header
alexander-yevsyukov 277900f
Improve wording on inlining examples
alexander-yevsyukov dd4c5db
Add link to the versioning policy
alexander-yevsyukov 67981d1
Update build time
alexander-yevsyukov c1d5928
Fix the wording around server restart
alexander-yevsyukov e841b61
Use typographic quotes
alexander-yevsyukov File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
This file was deleted.
Oops, something went wrong.
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,22 @@ | ||
| # Spine Validation — `docs/` module | ||
|
|
||
| This directory hosts the source of the Spine Validation documentation. | ||
| It is a Hugo project supplemented by Gradle wiring and a Go-based | ||
| code-embedding tool. The content under `content/` and `data/` is the | ||
| contributor-editable source; the rest of the directories — `_preview/`, | ||
| `_examples/`, `_time/`, `_settings/`, `_script/`, `_bin/` — | ||
| support local rendering, code embedding, and the example projects the | ||
| documentation references. | ||
|
|
||
| The `docs/` module is a **staging area**, not a published site. Content | ||
| under `content/` is merged into the main documentation project at | ||
| [SpineEventEngine/documentation][main-documentation] and published from | ||
| there to the spine.io website. | ||
|
|
||
| For the full technical description of the documentation pipeline — the | ||
| Gradle tasks, the embedded-examples mechanism, the external tooling, and | ||
| the recurring contributor procedures — see the in-repository overview at | ||
| [content/docs/validation/developer/documentation/_index.md][overview]. | ||
|
|
||
| [main-documentation]: https://github.com/SpineEventEngine/documentation | ||
| [overview]: content/docs/validation/developer/documentation/_index.md |
Submodule _examples
updated
2 files
| +1 −1 | external/build.gradle.kts | |
| +1 −1 | first-model/build.gradle.kts |
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.