You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/bug_report.yml
+3-3
Original file line number
Diff line number
Diff line change
@@ -48,11 +48,11 @@ body:
48
48
label: Validations
49
49
description: Before submitting the issue, please make sure you do the following
50
50
options:
51
-
- label: Read the [docs](https://github.com/module-federation/universe).
51
+
- label: Read the [docs](https://github.com/module-federation/core).
52
52
required: true
53
-
- label: Read the [common issues list](https://github.com/module-federation/universe/issues).
53
+
- label: Read the [common issues list](https://github.com/module-federation/core/issues).
54
54
required: true
55
-
- label: Check that there isn't [already an issue](https://github.com/module-federation/universe/issues) that reports the same bug to avoid creating a duplicate.
55
+
- label: Check that there isn't [already an issue](https://github.com/module-federation/core/issues) that reports the same bug to avoid creating a duplicate.
56
56
required: true
57
57
- label: Make sure this is a Module federation issue and not a framework-specific issue.
@@ -39,13 +39,13 @@ Some of the underlying dependencies of the past are listed here, and [enhanced](
39
39
40
40
# 🧑💻 Community
41
41
42
-
Come and chat with us on [Discussions](https://github.com/module-federation/universe/discussions)! The Module federation team and users are active there, and we're always looking for contributions.
42
+
Come and chat with us on [Discussions](https://github.com/module-federation/core/discussions)! The Module federation team and users are active there, and we're always looking for contributions.
43
43
44
44
# 🤝 Contribution
45
45
46
46
> New contributors welcome!
47
47
48
-
Please read the [Contributing Guide](https://github.com/module-federation/universe/blob/main/CONTRIBUTING.md).
48
+
Please read the [Contributing Guide](https://github.com/module-federation/core/blob/main/CONTRIBUTING.md).
Copy file name to clipboardExpand all lines: apps/docs/README.adoc
+7-7
Original file line number
Diff line number
Diff line change
@@ -11,18 +11,18 @@ Before you begin, make sure you have the following installed on your machine:
11
11
- nx
12
12
- yarn
13
13
14
-
You also need a GitHub account and a fork of the https://github.com/module-federation/universe[module-federation/universe] repository.
14
+
You also need a GitHub account and a fork of the https://github.com/module-federation/core[module-federation/core] repository.
15
15
16
16
## Setting up your environment
17
17
18
18
Documentation website consists of 2 applications:
19
19
20
20
- `docs-ui` holds the visual part of the documentation website. When serving\building the docs app, docs-ui will be prebuilt as its dependency.
21
-
- `docs` is the one that is meant to contain all the actual documentation.
21
+
- `docs` is the one that is meant to contain all the actual documentation.
22
22
23
23
To set up your environment, follow these steps:
24
24
25
-
1. Clone your fork of the module-federation/universe repository to your local machine.
25
+
1. Clone your fork of the module-federation/core repository to your local machine.
26
26
2. Navigate to the `apps/docs` folder inside the cloned repository.
27
27
3. Run `npm install` to install the dependencies.
28
28
4. By default, serving\building will pull the changes from the `main` branch. To use it, run `nx run docs:serve`. Along with it there's a `local` configuration, that provides an ability to rely on the files within the filesystem. Can be used by running `nx run docs:serve:local`
@@ -44,20 +44,20 @@ To make changes to the documentation, follow these steps:
44
44
45
45
## Submitting pull requests
46
46
47
-
Once you are happy with your changes, you can submit a pull request to the module-federation/universe repository. A pull request is a way of proposing your changes to be merged into the main branch of the repository.
47
+
Once you are happy with your changes, you can submit a pull request to the module-federation/core repository. A pull request is a way of proposing your changes to be merged into the main branch of the repository.
48
48
49
49
To submit a pull request, follow these steps:
50
50
51
51
1. Commit your changes to your local branch using `git commit -m "your message"`.
52
52
2. Push your changes to your remote fork using `git push origin your-branch`.
53
-
3. Go to https://github.com/module-federation/universe and click on "New pull request".
53
+
3. Go to https://github.com/module-federation/core and click on "New pull request".
54
54
4. Select your fork and branch as the source and the main branch as the destination.
55
55
5. Fill in the title and description of your pull request and click on "Create pull request".
56
56
57
-
Your pull request will be reviewed by the maintainers of the `module-federation/universe` repository as well as by a technical writer who will check your content for accuracy, clarity, and adherence to Google Developers Documentation Style Guide. The technical writer may suggest some changes or improvements to your content before merging it to the main branch. and they will provide feedback or approve it.
57
+
Your pull request will be reviewed by the maintainers of the `module-federation/core` repository as well as by a technical writer who will check your content for accuracy, clarity, and adherence to Google Developers Documentation Style Guide. The technical writer may suggest some changes or improvements to your content before merging it to the main branch. and they will provide feedback or approve it.
58
58
59
59
## Conclusion
60
60
61
61
That's it! You have successfully contributed to the Module Federation documentation! Thank you for your time and effort!
62
62
63
-
If you have any questions or issues, feel free to reach out to us on https://github.com/module-federation/universe/discussions[GitHub Discussions]
63
+
If you have any questions or issues, feel free to reach out to us on https://github.com/module-federation/core/discussions[GitHub Discussions]
Copy file name to clipboardExpand all lines: apps/website-new/docs/en/community/v0-1.mdx
+2-2
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
> April 3, 2024
4
4
5
-
We have recently released the **v0.1** version of **[Module Federation Enhanced](https://github.com/module-federation/universe)** (You can simply think of it as the early version of Module Federation 2.0.)!
5
+
We have recently released the **v0.1** version of **[Module Federation Enhanced](https://github.com/module-federation/core)** (You can simply think of it as the early version of Module Federation 2.0.)!
6
6
7
7
`Module Federation Enhanced` differs from the `Module Federation` built into `Webpack5` by providing not only the core features of module export, loading, and dependency sharing but also additional dynamic type hinting, `Manifest`, `Federation Runtime`, and `Runtime Plugin`. These features make `Module Federation` more suitable for use as a micro-frontend architecture in large-scale `Web` applications.
8
8
@@ -30,4 +30,4 @@ At the same time, we will offer more framework-level capabilities, such as: `Mod
30
30
31
31
### 🙏 Acknowledgements
32
32
33
-
The release of `Module Federation Enhanced` version `0.1` would not have been possible without the feedback and suggestions from the `Module Federation` community and the efforts of contributors to the [`Universe`](https://github.com/module-federation/universe) repository.
33
+
The release of `Module Federation Enhanced` version `0.1` would not have been possible without the feedback and suggestions from the `Module Federation` community and the efforts of contributors to the [`Universe`](https://github.com/module-federation/core) repository.
0 commit comments