mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-30 22:34:10 -05:00
chore: website upgrade docusaurus v3 part 2
- fix broken mdx3 issues
This commit is contained in:
parent
fde3e2440b
commit
dd3fcbd416
5 changed files with 11 additions and 11 deletions
|
@ -25,7 +25,7 @@ The Verdaccio project is split into several areas, the first three hosted in the
|
|||
- **User Interface**: The [user Interface](https://github.com/verdaccio/ui) is based in **react** and **material-ui** and looking for front-end contributors.
|
||||
- **Kubernetes and Helm**: Ts the official repository for the [**Helm chart**](https://github.com/verdaccio/charts).
|
||||
|
||||
> There are other areas to contribute, like [documentation](https://github.com/verdaccio/verdaccio/tree/master/website/docs) or [translations](#translations}).
|
||||
> There are other areas to contribute, like [documentation](https://github.com/verdaccio/verdaccio/tree/master/website/docs) or translations.
|
||||
|
||||
## Prepare local setup {#local-setup}
|
||||
|
||||
|
@ -379,7 +379,7 @@ If you need help with how testing works, please [refer to the following guide
|
|||
**If you are introducing new features, you MUST include new tests. PRs for
|
||||
features without tests will not be merged.**
|
||||
|
||||
## Translations {#translations}
|
||||
## Translations
|
||||
|
||||
All translations are provided by the **[crowdin](http://crowdin.com)** platform,
|
||||
[https://translate.verdaccio.org/](https://translate.verdaccio.org/)
|
||||
|
|
|
@ -70,10 +70,10 @@ Excited?? Yes !!! Let's go !!
|
|||
- [Tech Updates](#tech-updates)
|
||||
- [Verdaccio ESLint Config](#verdaccio-eslint-config)
|
||||
- [Verdaccio Babel Preset](#verdaccio-babel-preset)
|
||||
- [Verdaccio UI Plugin](#vedaccio-ui-plugin)
|
||||
- [Meetup & Conferences](#meetup-&-conferences)
|
||||
- Verdaccio UI Plugin
|
||||
- Meetup & Conferences
|
||||
- [Trusted by Many](#trusted-by-many)
|
||||
- [New to Verdaccio / FAQ / Contact / Troubleshoot](#new-to-verdaccio-/-faq-/-contact-/-troubleshoot)
|
||||
- New to Verdaccio / FAQ / Contact / Troubleshoot
|
||||
|
||||
## New User Interface {#new-user-interface}
|
||||
|
||||
|
@ -224,7 +224,7 @@ Since Verdaccio@3.x release, Verdaccio contributors are actively participating i
|
|||
- [Mozilla Neutrino](https://github.com/neutrinojs/neutrino)
|
||||
- [Hyperledger Composer](https://github.com/hyperledger/composer)
|
||||
|
||||
### New to Verdaccio / FAQ / Contact / Troubleshoot {#new-to-verdaccio--faq--contact--troubleshoot}
|
||||
### New to Verdaccio / FAQ / Contact / Troubleshoot
|
||||
|
||||
We welcome you in Verdaccio community and we look forward for your feedback and contribution to the project.
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ Now, we are proud to announce our [monorepo](https://github.com/verdaccio/monore
|
|||
|
||||
## Background and tools {#background-and-tools}
|
||||
|
||||
A year ago, [Juan](https://twitter.com/jotadeveloper) and I met in Madrid, Spain, and were talking about the roadmap for Verdaccio 4, the scope of the projects and more. We had some concerns about the Verdaccio ecosystem we want to build, such amount of repositories requires hard work for maintenance by each one with their own dependencies, scripts, configurations, etc.
|
||||
A year ago, Juan and I met in Madrid, Spain, and were talking about the roadmap for Verdaccio 4, the scope of the projects and more. We had some concerns about the Verdaccio ecosystem we want to build, such amount of repositories requires hard work for maintenance by each one with their own dependencies, scripts, configurations, etc.
|
||||
|
||||
We decided to unify all configurations, because handle several repositories would not be realistic and would have all things replicated in all repositories. In order to achieve our goal, and we found [Lerna](https://lerna.js.org/) and [Yarn Workspaces](https://yarnpkg.com/lang/en/docs/workspaces/).
|
||||
|
||||
|
@ -63,7 +63,7 @@ packages/
|
|||
|
||||
Let's see the main configuration for `lerna.json` and root `package.json`.
|
||||
|
||||
### lerna.json {#lernajson}
|
||||
### lerna.json
|
||||
|
||||
After initial setup, this file will looks like:
|
||||
|
||||
|
@ -153,7 +153,7 @@ Both commands shares options like `--scope=<packages>` and `--ignore=<packages>`
|
|||
|
||||
## Versioning the monorepo {#versioning-the-monorepo}
|
||||
|
||||
As we mentioned in [lerna.json](#lerna.json) section there are two versioning ways for packages in monorepos: _fixed mode_ and _independent mode_.
|
||||
As we mentioned in `lerna.json` section there are two versioning ways for packages in monorepos: _fixed mode_ and _independent mode_.
|
||||
|
||||
We will focus in _fixed mode_ because:
|
||||
|
||||
|
|
|
@ -82,7 +82,7 @@ Both commands relies on web login by default, but adding `--auth-type=legacy` yo
|
|||
|
||||
> [Web login is not supported for verdaccio.](https://github.com/verdaccio/verdaccio/issues/3413)
|
||||
|
||||
## Troubleshooting {#troubleshooting}
|
||||
## Troubleshooting
|
||||
|
||||
### `npm login` with npm@9 or higher
|
||||
|
||||
|
|
|
@ -82,7 +82,7 @@ Both commands relies on web login by default, but adding `--auth-type=legacy` yo
|
|||
|
||||
> [Web login is not supported for verdaccio.](https://github.com/verdaccio/verdaccio/issues/3413)
|
||||
|
||||
## Troubleshooting {#troubleshooting}
|
||||
## Troubleshooting
|
||||
|
||||
### `npm login` with npm@9 or higher
|
||||
|
||||
|
|
Loading…
Reference in a new issue