Skip to content

Commit 6ce5652

Browse files
authored
chore: update version to 0.16.0 and enhance documentation (#466)
- Bumped package version to 0.16.0 in package-lock.json. - Added new documentation on contributing to the open-source project. - Removed outdated content from the introduction page. - Fixed minor typos and improved clarity in various documentation files.
1 parent 7a5bc19 commit 6ce5652

File tree

7 files changed

+7
-15
lines changed

7 files changed

+7
-15
lines changed
File renamed without changes.

docs/intro.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,3 @@ On daily.dev, you can [create a profile](/your-profile/activity.md). With a prof
3939
### Step 5: Customize the look and feel 🌈
4040

4141
Make daily.dev look and feel the way you want! [Customize](/customize-your-feed/layout.md) the theme, layout, card density, and other cool preferences to personalize your experience.
42-
43-
44-
You can use daily.dev as a [browser extension](/getting-started/browser-extension-installation.md) or as a [progressive web app (PWA)](/getting-started/pwa.md).
45-
46-
Also available on the Google Play store as [Android app](https://play.google.com/store/apps/details?id=dev.daily)
47-
48-
49-
We recommend the browser extension, which sets your new tab to show daily.dev and helps you develop a good reading habit. But don't worry, you can always pause the new tab functionality if you need to focus!

docs/monetization/boost.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ All placements are labeled as *boosted* and respect the user experience.
5252

5353
## Performance tracking
5454

55-
Tracking your boosted posts can be done using the ads dashbaord. To access it please click on your profile image and choose "Ads dashboard" from the dropdown menu.
55+
Tracking your boosted posts can be done using the ads dashboard. To access it please click on your profile image and choose "Ads dashboard" from the dropdown menu.
5656

5757
Go to the **ads dashboard** to track:
5858

docs/plus/clickbait-shield.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Compare the original and optimized versions of titles directly from your feed, s
4848
## How It Works
4949

5050
### For Plus Subscribers
51-
1. Access **Feed Settings** , got to **AI Superpowers** and toggle **Clickbait Shield** on or off.
51+
1. Access **Feed Settings**, go to **AI Superpowers** and toggle **Clickbait Shield** on or off.
5252
2. See enhanced titles automatically applied across all posts.
5353
3. Use the comparison feature to view original and optimized versions directly from the feed.
5454
4. Enjoy unlimited title enhancements for a distraction-free reading experience.

docs/squads/creating-your-squad.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Starting a Squad is easy. Follow these steps:
4040
5. **Select a Category** *(Public Squads Only)*: Choose a category that best fits your Squad from options like Languages, Web, AI, Career, and more.
4141

4242
:::tip
43-
The most active Squads have engaged members. Encourage contributions, discussions, and sharing. Leverage daily.dev’s netowrk to build a valuable developer community.
43+
The most active Squads have engaged members. Encourage contributions, discussions, and sharing. Leverage daily.dev's network to build a valuable developer community.
4444
:::
4545

4646
## Squad Visibility: Private vs. Public

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/components/homepage/homeNavBoxes.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ const FeatureList = [
6767
icon: 'img/icons/plus.svg',
6868
items: [
6969
{url: "docs/plus/plus-overview", text: "Overview"},
70-
{url: "docs/plus/smart-prompts", text: "Smart Promports"},
70+
{url: "docs/plus/smart-prompts", text: "Smart Prompts"},
7171
{url: "docs/plus/custom-feeds", text: "Advanced Custom Feeds"},
7272
{url: "docs/plus/clickbait-shield", text: "Clickbait Shield"},
7373
{url: "docs/plus/bookmark-folders", text: "Bookmark Folders"},
@@ -107,7 +107,7 @@ const FeatureList = [
107107
title: 'For OSS contributors',
108108
icon: 'img/icons/oss-contributors.svg',
109109
items: [
110-
{url: "docs/for-oss-contributors/how-to%20contribute-to-daily-dev", text: "How to contribute to daily.dev"},
110+
{url: "docs/for-oss-contributors/how-to-contribute-to-daily-dev", text: "How to contribute to daily.dev"},
111111
]
112112
},
113113
];

0 commit comments

Comments
 (0)