diff --git a/website/blog/2023-lcf/2023-02-04/index.md b/website/blog/2023-lcf/2023-02-04/index.txt similarity index 98% rename from website/blog/2023-lcf/2023-02-04/index.md rename to website/blog/2023-lcf/2023-02-04/index.txt index 04dd38aac..b3b341789 100644 --- a/website/blog/2023-lcf/2023-02-04/index.md +++ b/website/blog/2023-lcf/2023-02-04/index.txt @@ -1,6 +1,6 @@ --- slug: 2023-day4 -title: 4. Developer Story +title: 4. Developer Stories authors: [april, matt, nitya, sonja] draft: true hide_table_of_contents: false diff --git a/website/blog/2023-lcf/zero-to-hero/2023-02-04-devstories.md b/website/blog/2023-lcf/zero-to-hero/2023-02-04-devstories.md new file mode 100644 index 000000000..7123bfcf4 --- /dev/null +++ b/website/blog/2023-lcf/zero-to-hero/2023-02-04-devstories.md @@ -0,0 +1,61 @@ +--- +slug: zero-to-hero-01 +title: ๐Ÿš€ Zero To Hero With Developers! +authors: [sonja] +draft: true +hide_table_of_contents: false +toc_min_heading_level: 2 +toc_max_heading_level: 3 +keywords: [FIXME, comma, separated, keywords, for, metatags] +image: ../../../static/img/banner.png +description: "FIXME: Used in meta tag. If not specified, becomes first line of Markdown" +tags: [low-code-february, 30-days-of-lowcode, learn-live, zero-to-hero, ask-the-expert,fusion-teams, power-platform] +--- + + + + + + + + + + + + +Today, we have a special set of posts from our _Zero To Hero_ ๐Ÿš€ initiative, featuring blog posts authored by our Product Engineering teams for #LowCodeFebruary. Posts were originally published on Microsoft Tech Community. + + +## What We'll Cover + * Section 1 + * Section 2 + * Section 3 + * Section 4 + * Exercise: Try this yourself! + * Resources: For self-study! + + +![Empty Banner Placeholder](../../../static/img/banner.png) + + + + + + +## Section 1 + +## Section 2 + +## Section 3 + +## Section 4 + +## Exercise + +## Resources \ No newline at end of file diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js index 4a4ad815f..fe639cd82 100644 --- a/website/docusaurus.config.js +++ b/website/docusaurus.config.js @@ -118,7 +118,7 @@ const config = { to: 'https://aka.ms/lowcode-february/collection' }, { - label: `Power Platforms`, + label: `Power Platform`, to: 'https://learn.microsoft.com/power-platform/developer/get-started?WT.mc_id=javascript-82212-ninarasi' }, { diff --git a/website/src/pages/calendar.md b/website/src/pages/calendar.md index 2c4497c2d..34b58adab 100644 --- a/website/src/pages/calendar.md +++ b/website/src/pages/calendar.md @@ -26,7 +26,7 @@ _Check this section for links to upcoming activities for #LowCodeFebruary. _ | Feb 01 | ๐Ÿ’ช **Hands-on Workshops** | [Start Now](https://microsoft.github.io/Low-Code/docs/intro/) | | Feb 02 | ๐Ÿ™Œ You say Low, I say Code! | [#30Days Blog](/blog) | | Feb 03 | ๐Ÿ”จ Developer Tools & Onboarding | [#30Days Blog](/blog) | -| Feb 04 | ๐Ÿ‘ฉโ€๐Ÿ’ป Developr Story | [#30Days Blog](/blog) | +| Feb 04 | ๐Ÿš€ **Zero-To-Hero Post: Developr Stories** | [#30Days Blog](/blog) | | Feb 05 | ๐Ÿฅณ Week 1: Recap | [#30Days Blog](/blog) | | Feb 06 | ๐Ÿฅจ Built-in Connectors | [#30Days Blog](/blog) | | Feb 07 | ๐Ÿ“ƒ Low Code + Dataverse | [#30Days Blog](/blog) | diff --git a/website/src/pages/lowcode-february/30Days.md b/website/src/pages/lowcode-february/30Days.md index 1372bea31..f7d62aeca 100644 --- a/website/src/pages/lowcode-february/30Days.md +++ b/website/src/pages/lowcode-february/30Days.md @@ -42,7 +42,7 @@ _Posts will be linked here once published._ * Feb 01 - [Hello, #30DaysOfLowCode](/blog/) * Feb 02 - [You say Low, I say Code!](/blog/) * Feb 03 - [Developer Tools & Onboarding](/blog/) - * Feb 04 - [Developer Story](/blog/) + * Feb 04 - [๐Ÿš€ Zero-To-Hero Post: Developer Stories](/blog/) * Feb 05 - [Week 1: Recap](/blog/) ::: diff --git a/website/src/pages/lowcode-february/ZeroToHero.js b/website/src/pages/lowcode-february/ZeroToHero.js index 803756513..0a9307239 100644 --- a/website/src/pages/lowcode-february/ZeroToHero.js +++ b/website/src/pages/lowcode-february/ZeroToHero.js @@ -56,8 +56,17 @@ function ContentItem({title, description, topic, topiclink, link, imglink}){ ); } -// Update this dataset with links to the last 12 roundups +// Update this dataset with links to the last 15 roundups const ContentItems = [ + { + title: 'Power Apps January 2023 Feature Update', + topic: 'Announcements', + topiclink: 'https://powerapps.microsoft.com/blog/category/uncategorized/', + imglink: 'https://powerappsblogscdn.azureedge.net/wp-content/uploads/2023/02/AssesmentTool.png', + link: "https://powerapps.microsoft.com/en-us/blog/whats-new-power-apps-january-2023-feature-update/", + description: "Welcome to the Power Apps monthly feature update! We will use this blog to share a summary of product, community, and learning updates from throughout the month so you can access it in one easy place." + }, + { title: '2023 Gartnerยฎ Magic Quadrantโ„ข', topic: 'Thought Leadership',