Skip to content

chore(docs): move the documentation sources out of the repository - #7

Open
krlex wants to merge 2 commits into
developfrom
chore/docs-out-of-repo
Open

chore(docs): move the documentation sources out of the repository#7
krlex wants to merge 2 commits into
developfrom
chore/docs-out-of-repo

Conversation

@krlex

@krlex krlex commented Jul 30, 2026

Copy link
Copy Markdown
Contributor

The markdown sources stay on the host; what the outside world reads is the generated site at forail-platform.github.io, built from those sources.

  • docs/ is removed from the index (84 files) and added to .gitignore. Nothing leaves the disk — the files are untouched locally.
  • README.md and CONTRIBUTING.md linked into docs/; both now point at the published pages, and the README's documentation section lists site URLs instead of file paths.
  • Companion PRs repoint the CONTRIBUTING.md link in the other seven repos, which all pointed at forail-devops/blob/main/docs/10-contributing-guide.md.

Caveat worth stating plainly: the files remain in this repo's existing history and stay visible to anyone who clones it. Removing them from past commits means rewriting every branch and tag — a separate, much larger operation, not done here.

krlex added 2 commits July 30, 2026 16:20
The markdown sources stay on the host and are no longer carried in the public
repo. What the outside world reads is the generated site at
forail-platform.github.io, built from those sources.

84 files leave the index; nothing leaves the disk. They do remain in the existing
history -- removing them from past commits would mean rewriting every branch and
tag, which is not done here.
README and CONTRIBUTING linked into docs/, which this repo no longer ships. Both
now point at forail-platform.github.io, and the README's documentation section
lists the published pages instead of file paths.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant