docs: absolute links in READMEs
This commit is contained in:
		
							parent
							
								
									9ee6788f98
								
							
						
					
					
						commit
						b974bf1967
					
				
							
								
								
									
										2
									
								
								.github/workflows/docs.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/docs.yml
									
									
									
									
										vendored
									
									
								
							@ -65,7 +65,7 @@ jobs:
 | 
			
		||||
            type="$(echo $frag|cut -d~ -f3)"
 | 
			
		||||
            msg="$(echo $frag|cut -d~ -f4|sed 's/`/``/g')"
 | 
			
		||||
            if [[ "${TYPES[*]}" =~ "${type}" ]]; then
 | 
			
		||||
              echo -e "$type:\n  - >\n    $msg \`#${PR}<https://github.com/ansible-middleware/keycloak/pull/${PR}>\`" \
 | 
			
		||||
              echo -e "$type:\n  - >\n    $msg \`#${PR}<https://github.com/ansible-middleware/keycloak/pull/${PR}>\`_" \
 | 
			
		||||
                > changelogs/fragments/${PR}.yaml
 | 
			
		||||
            fi
 | 
			
		||||
          done
 | 
			
		||||
 | 
			
		||||
							
								
								
									
										10
									
								
								README.md
									
									
									
									
									
								
							
							
						
						
									
										10
									
								
								README.md
									
									
									
									
									
								
							@ -50,12 +50,12 @@ A requirement file is provided to install:
 | 
			
		||||
 | 
			
		||||
### Install Playbook
 | 
			
		||||
 | 
			
		||||
* [`playbooks/keycloak.yml`](playbooks/keycloak.yml) installs the upstream(Keycloak) based on the defined variables.
 | 
			
		||||
* [`playbooks/rhsso.yml`](playbooks/rhsso.yml) installs Red Hat Single Sign-On(RHSSO) based on defined variables.
 | 
			
		||||
* [`playbooks/keycloak.yml`](https://github.com/ansible-middleware/keycloak/blob/main/playbooks/keycloak.yml) installs the upstream(Keycloak) based on the defined variables.
 | 
			
		||||
* [`playbooks/rhsso.yml`](https://github.com/ansible-middleware/keycloak/blob/main/playbooks/rhsso.yml) installs Red Hat Single Sign-On(RHSSO) based on defined variables.
 | 
			
		||||
 | 
			
		||||
Both playbooks include the `keycloak` role, with different settings, as described in the following sections.
 | 
			
		||||
 | 
			
		||||
For full service configuration details, refer to the [keycloak role README](roles/keycloak/README.md).
 | 
			
		||||
For full service configuration details, refer to the [keycloak role README](https://github.com/ansible-middleware/keycloak/blob/main/roles/keycloak/README.md).
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
### Choosing between upstream project (Keycloak) and Red Hat Single Sign-On (RHSSO)
 | 
			
		||||
@ -134,7 +134,7 @@ ansible-playbook -i <ansible_hosts> -e @rhn-creds.yml playbooks/keycloak.yml -e
 | 
			
		||||
 | 
			
		||||
### Config Playbook
 | 
			
		||||
 | 
			
		||||
[`playbooks/keycloak_realm.yml`](playbooks/keycloak_realm.yml) creates or updates provided realm, user federation(s), client(s), client role(s) and client user(s).
 | 
			
		||||
[`playbooks/keycloak_realm.yml`](https://github.com/ansible-middleware/keycloak/blob/main/playbooks/keycloak_realm.yml) creates or updates provided realm, user federation(s), client(s), client role(s) and client user(s).
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
### Example configuration command
 | 
			
		||||
@ -154,7 +154,7 @@ ansible-playbook -i <ansible_hosts> playbooks/keycloak_realm.yml -e keycloak_adm
 | 
			
		||||
  localhost ansible_connection=local
 | 
			
		||||
  ```
 | 
			
		||||
 | 
			
		||||
For full configuration details, refer to the [keycloak_realm role README](roles/keycloak_realm/README.md).
 | 
			
		||||
For full configuration details, refer to the [keycloak_realm role README](https://github.com/ansible-middleware/keycloak/blob/main/roles/keycloak_realm/README.md).
 | 
			
		||||
 | 
			
		||||
## Support
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
@ -15,8 +15,8 @@ Welcome to Keycloak Collection documentation
 | 
			
		||||
   :maxdepth: 2
 | 
			
		||||
   :caption: Developer documentation
 | 
			
		||||
 | 
			
		||||
   developing
 | 
			
		||||
   testing
 | 
			
		||||
   developing
 | 
			
		||||
   releasing
 | 
			
		||||
 | 
			
		||||
.. toctree::
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user