mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-05-31 09:12:14 +00:00
Fix Link that is Code Styling
Closes gh-8038
This commit is contained in:
parent
562c1d939e
commit
bc16f1a526
@ -4,6 +4,15 @@ apply plugin: 'io.spring.convention.dependency-set'
|
|||||||
apply plugin: 'io.spring.convention.repository'
|
apply plugin: 'io.spring.convention.repository'
|
||||||
apply plugin: 'java'
|
apply plugin: 'java'
|
||||||
|
|
||||||
|
asciidoctor {
|
||||||
|
attributes([stylesheet: 'css/style.css'])
|
||||||
|
resources {
|
||||||
|
from(sourceDir) {
|
||||||
|
include "css/**"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
asciidoctorj {
|
asciidoctorj {
|
||||||
def ghTag = snapshotBuild ? 'master' : project.version
|
def ghTag = snapshotBuild ? 'master' : project.version
|
||||||
def ghUrl = "https://github.com/spring-projects/spring-security/tree/$ghTag"
|
def ghUrl = "https://github.com/spring-projects/spring-security/tree/$ghTag"
|
||||||
|
5
docs/manual/src/docs/asciidoc/css/style.css
Normal file
5
docs/manual/src/docs/asciidoc/css/style.css
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
@import 'spring.css';
|
||||||
|
|
||||||
|
a code {
|
||||||
|
color: #097dff;
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user