Skip to content

Commit df42a5b

Browse files
committed
including some important files and adjustments of the Markdown table
1 parent 9389c5c commit df42a5b

24 files changed

+48
-8
lines changed

CODE-OF-CONDUCT.md

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Microsoft Open Source Code of Conduct
2+
3+
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).
4+
5+
Resources:
6+
7+
- [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/)
8+
- [Microsoft Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/)
9+
- Contact [[email protected]](mailto:[email protected]) with questions or concerns

README.md

+22-8
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,39 @@
1-
# Microsoft Graph JavaScript SDK with Next.js Tutorials
1+
# Workshops - Learn: Microsoft Graph JavaScript SDK with Next.js
22

3-
Welcome to the Microsoft Graph JavaScript SDK with Next.js Tutorials. In this repository, you will find a series of tutorials that will help you to learn how to develop an application using Microsoft Graph JavaScript SDK with Next.js.
3+
![graph-next](img/graph-next.gif)
4+
5+
<p style="text-align: center;">❤️ Developed by the Community for the Community!❤️</p>
6+
<br/>
7+
8+
Welcome to the Microsoft Graph JavaScript SDK with Next.js Workshops. In this repository, you will find a series of workshops that will help you to learn how to develop an application using Microsoft Graph JavaScript SDK with Next.js.
49

510
## 🚀 Resources Used
611

712
- **[Visual Studio Code](https://code.visualstudio.com/)**
813
- **[Microsoft Teams](https://www.microsoft.com/en-us/microsoft-teams/download-app?rtc=2)**
914
- **[Microsoft 365 Developer Program](https://developer.microsoft.com/en-us/microsoft-365/dev-program)**
1015
- **[Microsoft Graph](https://developer.microsoft.com/en-us/graph)**
11-
* **[Microsoft Graph JavaScript SDK](https://github.com/microsoftgraph/msgraph-sdk-javascript)**
16+
- **[Microsoft Graph JavaScript SDK](https://github.com/microsoftgraph/msgraph-sdk-javascript)**
1217
- **[Node.Js 16.x](https://nodejs.org/en/)**
1318
- **[Next.Js](https://nextjs.org/learn/foundations/about-nextjs)**
1419

15-
## 📚 How to Follow the Tutorial?
20+
## 📚 How to Follow the Workshops?
21+
22+
The workshops was written in a way that you can follow it in order. However, you can also jump to a specific workshop if you want to learn a specific topic. And also, if you want to translate the workshops to your language, you can do it by following the **[Translation Guide](translation-guide.md)**.
23+
24+
| Workshops | en-us | pt-br | es | fr |
25+
| ------------------ | -------------------------------------------------------- | -------------------------------------------------------- | ------------ | ------------ |
26+
| Authentication App | **[HERE](workshops/en-us/workshop-demo-01/01-intro.md)** | **[AQUI](workshops/pt-br/workshop-demo-01/01-intro.md)** | **[TODO]()** | **[TODO]()** |
27+
| Reminder App | **[HERE](workshops/en-us/workshop-demo-02/01-intro.md)** | **[AQUI](workshops/pt-br/workshop-demo-02/01-intro.md)** | **[TODO]()** | **[TODO]()** |
28+
| | | | | |
29+
1630

17-
To follow the tutorial, you can access the link below:
31+
- **[Workshop: Authentication App]()**
32+
- **[Workshop: Reminder App](../tutorial-demo-02/01-intro.md)**
1833

19-
- **[Tutorial: Authentication App](../tutorial-demo-01/01-intro.md)**
20-
- **[Tutorial: Reminder App](../tutorial-demo-02/01-intro.md)**
34+
## ⭐️ Free Courses & Important Resources
2135

22-
## ⭐️ Important Resources
36+
Here are some free courses and important resources that you can use to learn more about Microsoft Graph and Microsoft 365.
2337

2438
-**[Free Courses - Microsoft Graph](https://docs.microsoft.com/en-us/training/browse/?products=ms-graph&resource_type=learning%20path)**
2539
-**[Microsoft Graph Fundalmentals](https://learn.microsoft.com/en-us/training/paths/m365-msgraph-fundamentals/)**

TRANSLATION-GUIDE.md

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Translation Guide
2+
3+
Hi, developers! 👋
4+
5+
Welcome to the Microsoft Graph JavaScript SDK with Next.js Workshops.
6+
7+
If you want to help us to translate the workshops to your language, you can do it by following the steps in the next section.
8+
9+
## 📝 Steps to Translate the Workshops
10+
11+
1. Fork this repository
12+
2. Inside the `workshops` folder create a new folder with the name of your language (e.g. `pt-br` for Portuguese).
13+
3. Inside the folder you just created, create a new folder with the name of the workshop you want to translate (e.g. `tutorial-demo-01` for the Authentication App workshop).
14+
4. Now you can start translating the workshop. You can use english version as a reference to translate the workshop.
15+
5. Once you finish the translation, open a pull request to the `main` branch of this repository.
16+
6. Wait for the pull request to be approved and merged.
17+
7. 🎉🎉🎉 Congratulations! You just translated the workshop to your language! 🎉🎉🎉

img/graph-next.gif

1000 KB
Loading

0 commit comments

Comments
 (0)