mirror of
				https://github.com/sitelease/sugar-cube-client.git
				synced 2025-10-31 12:02:30 +01:00 
			
		
		
		
	Moved the configuration files to a dedicated folder
This commit is contained in:
		
							
								
								
									
										43
									
								
								etc/mkdocs.yml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										43
									
								
								etc/mkdocs.yml
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,43 @@ | ||||
| site_name: Gitea for PHP | ||||
| site_description: Gitea client library, in PHP. | ||||
| site_author: SAB International - contact@sabcomputer.com | ||||
| site_url: https://dev.sabcomputer.com/gitea.php | ||||
|  | ||||
| docs_dir: ../doc | ||||
| site_dir: ../web | ||||
|  | ||||
| repo_name: GitHub | ||||
| repo_url: https://github.com/sab-international/gitea.php | ||||
| edit_uri: '' | ||||
|  | ||||
| copyright: Copyright © 2018 - 2019 SAB International | ||||
| google_analytics: | ||||
|   - !!python/object/apply:os.getenv [GOOGLE_ANALYTICS_ID] | ||||
|   - auto | ||||
|  | ||||
| extra: | ||||
|   social: | ||||
|     - {type: globe, link: 'http://www.sabcomputer.com'} | ||||
|     - {type: github, link: 'https://github.com/sab-international'} | ||||
|     - {type: facebook, link: 'https://www.facebook.com/sabinternational34'} | ||||
|     - {type: twitter, link: 'https://twitter.com/SABDistribution'} | ||||
|     - {type: linkedin, link: 'https://linkedin.com/company/sab-international-sarl'} | ||||
|  | ||||
| markdown_extensions: | ||||
|   - admonition | ||||
|   - codehilite | ||||
|   - meta | ||||
|  | ||||
| nav: | ||||
|   - Overview: index.md | ||||
|   - Installation: installation.md | ||||
|   - Usage: usage.md | ||||
|   - About: | ||||
|       - Changelog: about/changelog.md | ||||
|       - License: about/license.md | ||||
|       - See also: about/see_also.md | ||||
|  | ||||
| theme: | ||||
|   name: material | ||||
|   favicon: img/favicon.ico | ||||
|   palette: {primary: deep purple, accent: deep purple} | ||||
							
								
								
									
										18
									
								
								etc/phpdoc.xml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										18
									
								
								etc/phpdoc.xml
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,18 @@ | ||||
| <?xml version="1.0"?> | ||||
| <phpdoc> | ||||
|   <title>Gitea for PHP</title> | ||||
|  | ||||
|   <parser> | ||||
|     <target>../var</target> | ||||
|   </parser> | ||||
|   <transformer> | ||||
|     <target>../doc/api</target> | ||||
|   </transformer> | ||||
|   <transformations> | ||||
|     <template name="responsive"/> | ||||
|   </transformations> | ||||
|  | ||||
|   <files> | ||||
|     <directory>../src</directory> | ||||
|   </files> | ||||
| </phpdoc> | ||||
							
								
								
									
										3
									
								
								etc/phpstan.neon
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										3
									
								
								etc/phpstan.neon
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,3 @@ | ||||
| parameters: | ||||
|   level: max | ||||
|   paths: [src] | ||||
							
								
								
									
										18
									
								
								etc/phpunit.xml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										18
									
								
								etc/phpunit.xml
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,18 @@ | ||||
| <?xml version="1.0"?> | ||||
| <phpunit bootstrap="../vendor/autoload.php" cacheResult="false"> | ||||
|   <filter> | ||||
|     <whitelist processUncoveredFilesFromWhitelist="true"> | ||||
|       <directory suffix=".php">../src</directory> | ||||
|     </whitelist> | ||||
|   </filter> | ||||
|  | ||||
|   <logging> | ||||
|     <log type="coverage-clover" target="../var/coverage.xml"/> | ||||
|   </logging> | ||||
|  | ||||
|   <testsuites> | ||||
|     <testsuite name="all"> | ||||
|       <directory suffix="Test.php">../test</directory> | ||||
|     </testsuite> | ||||
|   </testsuites> | ||||
| </phpunit> | ||||
		Reference in New Issue
	
	Block a user