[简体中文] [English]
This is the repository of UIGF-org website. You can always view its live version at https://uigf.org
git clone
)npm install
in the root directory of the projectnpm run docs:dev
in the root directory of the project
http://localhost:8080
by defaultClone the repository
In both docs/en/
and docs/zh/
folder, find partnership-list.md
In the correct area of standard, copy and following code and fill with your project information
<SiteInfo
name=""
desc=""
logo=""
url=""
repo=""
preview=""
/>
Name
: Name of your projectdesc
: Introduction of your projectlogo
: URL of your project logo/icon imageurl
: Home page URL of your projectrepo
: Repository URL of your projectpreview
: Screenshot or banner image URL of your projectdocs/.vuepress/public/partnerships
, and upload your project-related image assets. If the asset you create is docs/.vuepress/public/partnerships/sample-project/logo.png
, then its URL path can be written as https://uigf.org/partnerships/sample-project/logo.png
or /partnerships/sample-project/logo.png
Save your change; make your Pull Request to the main breach