Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ representative at an online or offline event.

Instances of abusive, harassing, or otherwise unacceptable behavior may be
reported to the community leaders responsible for enforcement at
[PR@kitimi.onmicrosoft.com](mailto:PR@kitimi.onmicrosoft.com).
[PR@kitimi365.com](mailto:PR@kitimi365.com).
All complaints will be reviewed and investigated promptly and fairly.

All community leaders are obligated to respect the privacy and security of the
Expand Down
14 changes: 7 additions & 7 deletions website/blog/authors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ mkeithx:
title: Software Engineer · M365 Developer
url: https://github.com/mkeithx
image_url: https://github.com/mkeithx.png
email: pr@kitimi.onmicrosoft.com
email: pr@kitimi365.com
page: true

socials:
Expand All @@ -19,7 +19,7 @@ kpxeng:
title: The Kitiplex Engineering Team
url: https://github.com/kpxengineering
image_url: https://github.com/kpxengineering.png
email: pr@kitimi.onmicrosoft.com
email: pr@kitimi365.com
page: true
socials:
github: kpxengineering
Expand All @@ -30,7 +30,7 @@ botgina:
title: Software Engineer @ Kitiplex
url: https://github.com/botgina
image_url: https://github.com/botgina.png
email: pr@kitimi.onmicrosoft.com
email: pr@kitimi365.com
page: true
socials:
github: botgina
Expand All @@ -41,7 +41,7 @@ guleedev:
title: Software Engineer @ Kitiplex
url: https://github.com/GuLeeDev
image_url: https://github.com/GuLeeDev.png
email: pr@kitimi.onmicrosoft.com
email: pr@kitimi365.com
page: true
socials:
github: GuLeeDev
Expand All @@ -52,7 +52,7 @@ adele:
title: Software Engineer @ Kitiplex
url: https://github.com/CodeByAdele
image_url: https://github.com/CodeByAdele.png
email: pr@kitimi.onmicrosoft.com
email: pr@kitimi365.com
page: true
socials:
github: CodeByAdele
Expand All @@ -63,7 +63,7 @@ megan:
title: Software Engineer @ Kitiplex
url: https://github.com/CodeByMegan
image_url: https://github.com/CodeByMegan.png
email: pr@kitimi.onmicrosoft.com
email: pr@kitimi365.com
page: true
socials:
github: CodeByMegan
Expand All @@ -75,7 +75,7 @@ jonisy:
title: Software Engineer @ Kitiplex
url: https://github.com/SyJoniDev
image_url: https://github.com/SyJoniDev.png
email: pr@kitimi.onmicrosoft.com
email: pr@kitimi365.com
page: true
socials:
github: SyJoniDev
Expand Down
2 changes: 1 addition & 1 deletion website/community/kitiplex/m365-terms-of-use.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Kitiplex reserves the right to terminate or suspend access to M365 for any user
Kitiplex may update these Terms of Use from time to time. Users are responsible for regularly reviewing these terms to stay informed of any changes. Continued use of M365 after modifications constitutes acceptance of the updated terms.

## Contact
If you have any questions or concerns about our Terms of Use, please contact us at [PR@kitimi.onmicrosoft.com](mailto:PR@kitimi.onmicrosoft.com).
If you have any questions or concerns about our Terms of Use, please contact us at [PR@kitimi365.com](mailto:PR@kitimi365.com).

By accessing our Resources, you acknowledge that you have read, understood, and agree to abide by these Terms of Use.

Expand Down
4 changes: 2 additions & 2 deletions website/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ const config: Config = {
announcementBar: {
id: `announcementBar_`,
content:
`<a href="https://creativecommons.org/licenses/by/4.0/" target="_blank" rel="noopener noreferrer">Articles published on this site are licensed under CC BY 4.0</a>`,
`<a href="https://creativecommons.org/licenses/by/4.0/" target="_blank" rel="noopener noreferrer">Articles on this site are licensed under CC BY 4.0</a>`,
isCloseable: true,
backgroundColor: '#001127ff', // #051737ff
},
Expand Down Expand Up @@ -284,7 +284,7 @@ const config: Config = {
...(isDev ? [{ to: '/tests', label: 'Test ⚠️' }] : []),
],
},
{ to: "/blog", label: "Blog" },
{ to: "/blog", label: "Updates" },
{ to: "/community", label: "Community", position: "left" },
// { to: "/blog", label: "Blog", position: 'left' },

Expand Down
Loading