mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-24 18:29:03 +00:00
3475be4db99636768c8045f750ce21cf2087d3dd
Introduction
This README lives at https://github.com/springframework/gh-pages#readme. If you're seeing it within a specific Spring project's 'gh-pages' branch, that's because this file, along with other files gets periodically merged in order to share common content like headers and footers, CSS, etc.
If you're reading this file
How to start a new 'gh-pages' Project page
From within your Spring project's git checkout directory:
git remote add gh-pages-upstream https://github.com/springframework/gh-pages.git
git checkout --orphan gh-pages
git pull gh-pages-upstream gh-pages
Create _config.yml file and add update your project info
For example:
name: Spring Data JPA
baseurl: /spring-data-jpa
Create index.html
- Copy common-index.html to index.html
- Add your content
Commit your changes
git push origin gh-pages
How to keep common gh-pages content up to date
git checkout gh-pages
git pull --no-ff gh-pages-upstream gh-pages
Languages
Java
99.3%
Kotlin
0.2%
HTML
0.2%
JavaScript
0.1%