1
0
mirror of https://github.com/goharbor/harbor synced 2025-04-23 19:57:18 +00:00

Adding contrib docs to index

This commit is contained in:
Stuart Clements 2019-11-01 16:16:11 +01:00
parent 55ca5439e5
commit 5f30b14332
6 changed files with 11 additions and 10 deletions

@ -72,9 +72,10 @@ This section describes how users with the developer, master, and project adminis
This section describes how developers can build from Harbor source code, customize their deployments, and contribute to the open-source Harbor project.
- [](build_customize_contribute/)
- [](build_customize_contribute/)
- [](build_customize_contribute/)
- [](build_customize_contribute/)
- [](build_customize_contribute/)
- [](build_customize_contribute/)
- [Build Harbor from Source Code](build_customize_contribute/compile_guide.md)
- [Developing the Harbor Frontend](build_customize_contribute/ui_contribution_get_started.md)
- [Customize the Harbor Look & Feel ](build_customize_contribute/customize_look_feel.md)
- [Developing for Internationalization](build_customize_contribute/developer_guide_i18n.md)
- [Using Make](build_customize_contribute/use_make.md)
- [View and test Harbor REST API via Swagger](build_customize_contribute/configure_swagger.md)
- [Registry Landscape](build_customize_contribute/registry_landscape.md)

@ -1,4 +1,4 @@
## Introduction
# Build Harbor from Source Code
This guide provides instructions for developers to build and run Harbor from source code.

@ -1,4 +1,4 @@
## Developer's Guide for Internationalization (i18n)
## Developing for Internationalization
*NOTE: All the files you created should use UTF-8 encoding.*

@ -1,4 +1,4 @@
# Harbor frontend environment get started guide
# Developing the Harbor Frontend
If you already have a harbor backend environment, you can build a frontend development environment with the following configuration.

@ -1,4 +1,4 @@
### Variables
# Using Make
Variable | Description
-------------------|-------------
BASEIMAGE | Container base image, default: photon