diff --git a/docs/1.10/build_customize_contribute/customize_look_feel.md b/docs/1.10/build_customize_contribute/customize_look_feel.md index ca7fc8951..d895dea68 100644 --- a/docs/1.10/build_customize_contribute/customize_look_feel.md +++ b/docs/1.10/build_customize_contribute/customize_look_feel.md @@ -2,7 +2,7 @@ ---------- -# Customize the look & feel of Harbor +# Customize the Harbor Look & Feel The primary look & feel of Harbor supports to be customized with several simple steps. All the relevant customization in configurations are saved in the `setting.json` file under `$HARBOR_DIR/src/portal/src` folder with `json` format and will be loaded when Harbor is launched. diff --git a/docs/1.10/build_customize_contribute/ui_contribution_get_started.md b/docs/1.10/build_customize_contribute/ui_contribution_get_started.md index 7ca226ff5..398dd9fb3 100644 --- a/docs/1.10/build_customize_contribute/ui_contribution_get_started.md +++ b/docs/1.10/build_customize_contribute/ui_contribution_get_started.md @@ -2,7 +2,7 @@ ---------- -# 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.