mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 08:30:25 +08:00 
			
		
		
		
	Add support for Pub packages (#20560)
* Added support for Pub packages. * Update docs/content/doc/packages/overview.en-us.md Co-authored-by: Gergely Nagy <algernon@users.noreply.github.com> Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com> Co-authored-by: Gergely Nagy <algernon@users.noreply.github.com> Co-authored-by: Lauris BH <lauris@nix.lv>
This commit is contained in:
		@@ -3111,6 +3111,10 @@ npm.dependencies.development = Development Dependencies
 | 
			
		||||
npm.dependencies.peer = Peer Dependencies
 | 
			
		||||
npm.dependencies.optional = Optional Dependencies
 | 
			
		||||
npm.details.tag = Tag
 | 
			
		||||
pub.install = To install the package using Dart, run the following command:
 | 
			
		||||
pub.documentation = For more information on the Pub registry, see <a target="_blank" rel="noopener noreferrer" href="https://docs.gitea.io/en-us/packages/pub/">the documentation</a>.
 | 
			
		||||
pub.details.repository_site = Repository Site
 | 
			
		||||
pub.details.documentation_site = Documentation Site
 | 
			
		||||
pypi.requires = Requires Python
 | 
			
		||||
pypi.install = To install the package using pip, run the following command:
 | 
			
		||||
pypi.documentation = For more information on the PyPI registry, see <a target="_blank" rel="noopener noreferrer" href="https://docs.gitea.io/en-us/packages/pypi/">the documentation</a>.
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user