apache / apache/grails-website

Copy and Redirect other Old grails-database-migration Documentation

Open
#8 5 comments 0 reactions 0 assignees View on GitHub
Dominant language
No language data
Stars
6
Forks
11
PR merge metrics
No merged PRs in 30d

Description

Example: https://grails.github.io/grails-database-migration/5.0.x/index.html

Source: https://github.com/grails/grails-database-migration/tree/gh-pages
Destination: docs-legacy-database-migration/

To maintain git history

```
git remote add grails-database-migration git@github.com:grails/grails-database-migration.git
git fetch grails-database-migration --no-tags
git merge -s ours --no-commit --allow-unrelated-histories grails-database-migration/gh-pages
git read-tree --prefix=docs-legacy-database-migration/ -u rails-database-migration/gh-pages
git commit -m "Imported grails-database-migration legacy documentation"
```

Steps: https://github.com/apache/grails-website/issues/3

And then redirect snapshot, latest using same method as https://github.com/apache/grails-website/pull/10

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.