Skip to content

Commit da197fe

Browse files
authored
Merge pull request #23 from SonjaGu/Calendar
page update
2 parents 071e177 + b215cc1 commit da197fe

File tree

6 files changed

+75
-5
lines changed

6 files changed

+75
-5
lines changed

website/blog/2023-lcf/2023-02-04/index.md renamed to website/blog/2023-lcf/2023-02-04/index.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
slug: 2023-day4
3-
title: 4. Developer Story
3+
title: 4. Developer Stories
44
authors: [april, matt, nitya, sonja]
55
draft: true
66
hide_table_of_contents: false
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,61 @@
1+
---
2+
slug: zero-to-hero-01
3+
title: 🚀 Zero To Hero With Developers!
4+
authors: [sonja]
5+
draft: true
6+
hide_table_of_contents: false
7+
toc_min_heading_level: 2
8+
toc_max_heading_level: 3
9+
keywords: [FIXME, comma, separated, keywords, for, metatags]
10+
image: ../../../static/img/banner.png
11+
description: "FIXME: Used in meta tag. If not specified, becomes first line of Markdown"
12+
tags: [low-code-february, 30-days-of-lowcode, learn-live, zero-to-hero, ask-the-expert,fusion-teams, power-platform]
13+
---
14+
15+
<head>
16+
<meta name="twitter:url"
17+
content="https://microsoft.github.io/Low-Code/blog/slug-FIXME" />
18+
<meta name="twitter:title"
19+
content="FIXME: Title Of Post" />
20+
<meta name="twitter:description"
21+
content="FIXME: Post Description" />
22+
<meta name="twitter:image"
23+
content="FIXME: Post Image" />
24+
<meta name="twitter:card" content="summary_large_image" />
25+
<meta name="twitter:creator"
26+
content="@nitya" />
27+
<meta name="twitter:site" content="@AzureAdvocates" />
28+
<link rel="canonical"
29+
href="https://microsoft.github.io/Low-Code/blog/slug-FIXME" />
30+
</head>
31+
32+
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.
33+
34+
35+
## What We'll Cover
36+
* Section 1
37+
* Section 2
38+
* Section 3
39+
* Section 4
40+
* Exercise: Try this yourself!
41+
* Resources: For self-study!
42+
43+
<!-- FIXME: banner image -->
44+
![Empty Banner Placeholder](../../../static/img/banner.png)
45+
46+
47+
<!-- ************************************* -->
48+
<!-- AUTHORS: ONLY UPDATE BELOW THIS LINE -->
49+
<!-- ************************************* -->
50+
51+
## Section 1
52+
53+
## Section 2
54+
55+
## Section 3
56+
57+
## Section 4
58+
59+
## Exercise
60+
61+
## Resources

website/docusaurus.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ const config = {
118118
to: 'https://aka.ms/lowcode-february/collection'
119119
},
120120
{
121-
label: `Power Platforms`,
121+
label: `Power Platform`,
122122
to: 'https://learn.microsoft.com/power-platform/developer/get-started?WT.mc_id=javascript-82212-ninarasi'
123123
},
124124
{

website/src/pages/calendar.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ _Check this section for links to upcoming activities for #LowCodeFebruary. _
2626
| Feb 01 | 💪 **Hands-on Workshops** | [Start Now](https://microsoft.github.io/Low-Code/docs/intro/) |
2727
| Feb 02 | 🙌 You say Low, I say Code! | [#30Days Blog](/blog) |
2828
| Feb 03 | 🔨 Developer Tools & Onboarding | [#30Days Blog](/blog) |
29-
| Feb 04 | 👩‍💻 Developr Story | [#30Days Blog](/blog) |
29+
| Feb 04 | 🚀 **Zero-To-Hero Post: Developr Stories** | [#30Days Blog](/blog) |
3030
| Feb 05 | 🥳 Week 1: Recap | [#30Days Blog](/blog) |
3131
| Feb 06 | 🥨 Built-in Connectors | [#30Days Blog](/blog) |
3232
| Feb 07 | 📃 Low Code + Dataverse | [#30Days Blog](/blog) |

website/src/pages/lowcode-february/30Days.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ _Posts will be linked here once published._
4242
* Feb 01 - [Hello, #30DaysOfLowCode](/blog/)
4343
* Feb 02 - [You say Low, I say Code!](/blog/)
4444
* Feb 03 - [Developer Tools & Onboarding](/blog/)
45-
* Feb 04 - [Developer Story](/blog/)
45+
* Feb 04 - [🚀 Zero-To-Hero Post: Developer Stories](/blog/)
4646
* Feb 05 - [Week 1: Recap](/blog/)
4747
:::
4848

website/src/pages/lowcode-february/ZeroToHero.js

+10-1
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,17 @@ function ContentItem({title, description, topic, topiclink, link, imglink}){
5656
);
5757
}
5858

59-
// Update this dataset with links to the last 12 roundups
59+
// Update this dataset with links to the last 15 roundups
6060
const ContentItems = [
61+
{
62+
title: 'Power Apps January 2023 Feature Update',
63+
topic: 'Announcements',
64+
topiclink: 'https://powerapps.microsoft.com/blog/category/uncategorized/',
65+
imglink: 'https://powerappsblogscdn.azureedge.net/wp-content/uploads/2023/02/AssesmentTool.png',
66+
link: "https://powerapps.microsoft.com/en-us/blog/whats-new-power-apps-january-2023-feature-update/",
67+
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."
68+
},
69+
6170
{
6271
title: '2023 Gartner® Magic Quadrant™',
6372
topic: 'Thought Leadership',

0 commit comments

Comments
 (0)