| 
							
							
								 Steve Riesenberg | f1159842f4 | Polish gh-15554 Closes gh-15398 | 2024-11-13 15:18:53 -06:00 |  | 
			
				
					| 
							
							
								 chu3la | e5529fffea | Improve documentation about CredentialsContainer Issue gh-15398 | 2024-11-13 15:18:53 -06:00 |  | 
			
				
					| 
							
							
								 Rob Winch | 5bd4db1a13 | Use javadoc macro Closes gh-15386 | 2024-07-09 22:35:01 -05:00 |  | 
			
				
					| 
							
							
								 Rob Winch | a7f3f54a33 | architecture/index.adoc -> ../architecture.adoc BASE_DIR=docs/modules/ROOT/pages
git --no-pager diff HEAD~1 --diff-filter=R -M | sed -Ez "s%(\nrename to|rename from |similarity index [^\n]+|diff[^\n]+|$BASE_DIR/)%%g" | grep "\S" | while read rename_from_to; do
  from=$(echo $rename_from_to | cut -f 1 -d " ")
  to=$(echo $rename_from_to | cut -f 2 -d " ")
  echo "processing rename from $from to $to"
  find "$BASE_DIR/../" -name "*.adoc" | while read adoc_file; do
    sed -i -E "s%xref:$from%xref:$to%g" "$adoc_file"
  done
done | 2021-09-23 15:50:14 -05:00 |  | 
			
				
					| 
							
							
								 Rob Winch | 583761f916 | unpwd->passwords folder | 2021-09-23 15:50:14 -05:00 |  |