open-sauced / docs

OpenSauced documentation built with docusaurus

Home Page:http://opensauced.pizza/docs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fix: Update keywords on docs pages

BekahHW opened this issue ยท comments

Current

Right now, there's not been consistency on keywords. Keywords are a way to improve the SEO of the pages. We should do a review of each page to determine if we could be doing a better job.

ref: #213 (comment)

Solution

Go through the pages most likely to be viewed by someone looking for answers about open source. Update the keywords to showcase the resource.

For example, the maintainers guide might look like this:

keywords:
  - "open source maintainers guide" 
  - "open source maintainer"
  - "open-source project management"
  - "community management in open-source" 

Hi @BekahHW, how are you doing? Can I work on this issue if you could assign it to me? Also, may I ask for help if I get stuck?

@Suraj-kumar00 sure. Just read our Contributing docs to learn how to assign yourself

@Suraj-kumar00 sure. Just read our Contributing docs to learn how to assign yourself

Yeah sure, thanks @BekahHW

.take

Thanks for taking this on! If you have not already, join the conversation in our Discord

Thanks for being interested in this issue. It looks like this ticket is already assigned to a contributor. Please communicate with the assigned contributor to confirm the status of the issue.

Hi @BekahHW, actually I'm getting the error after running the command npm run.

npm test
npm info using npm@10.2.3
npm info using node@v18.19.0
npm ERR! Missing script: "test" // this is the error I'm encountering 
npm ERR! 
npm ERR! To see a list of scripts, run:
npm ERR!   npm run

npm ERR! A complete log of this run can be found in: C:\Users\offic\AppData\Local\npm-cache\_logs\2024-01-15T15_47_34_579Z-debug-0.log

there is no test file in package.json .
Please help me in this so I can complete this issue as soon as possible.

@Suraj-kumar00 did you follow the instructions for running in the readme?

npm ci
npm start

Yes sure I did @BekahHW
After cloning, in the terminal, I first run
npm run
But actually, the problem is in this project the React 17 version is installed and I have installed the first React 21 version, and now React 18 version
I'm trying hard from Googling and AI to resolve this error but I'm getting nowhere!!!

After cloning in the terminal, you should start with npm ci.

After cloning in the terminal, you should start with npm ci.

Yeah actually I did all things again and than it's working in local host, tomorrow I'll create pull request.

๐ŸŽ‰ This issue has been resolved in version 1.61.0 ๐ŸŽ‰

The release is available on:

Your semantic-release bot ๐Ÿ“ฆ๐Ÿš€