Skip to content

Commit

Permalink
fix: Renamed open sauced to OpenSauced (open-sauced#90)
Browse files Browse the repository at this point in the history
* removes footer images

* removes mustart

* renames everything to OpenSauced

---------

Co-authored-by: Brian 'bdougie' Douglas <bdougie@no-reply.github.com>
  • Loading branch information
bdougie and Brian 'bdougie' Douglas authored May 20, 2023
1 parent dbca490 commit adc093c
Show file tree
Hide file tree
Showing 9 changed files with 22 additions and 38 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2023 Open Sauced
Copyright (c) 2023 OpenSauced

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<div align="center">
<br>

[![Open Sauced](https://i.ibb.co/7jPXt0Z/logo1-92f1a87f.png)](https://opensauced.pizza)
[![OpenSauced](https://i.ibb.co/7jPXt0Z/logo1-92f1a87f.png)](https://opensauced.pizza)

# 🍕 Open Sauced Docs 🍕
# 🍕 OpenSauced Docs 🍕
> The path to your next Open Source contribution
[![Code Size](https://img.shields.io/github/languages/code-size/open-sauced/docs.opensauced.pizza?style=flat)](https://github.com/open-sauced/docs.opensauced.pizza/pulse)
Expand All @@ -16,11 +16,11 @@

## 🧪 Built for Experimenting

This tool is meant to accelerate development on [Open Sauced](https://opensauced.pizza) by giving contributors a way to access [Docusaurus 2](https://docusaurus.io/) powered developer documentation available at [docs.opensauced.pizza](https://docs.opensauced.pizza).
This tool is meant to accelerate development on [OpenSauced](https://opensauced.pizza) by giving contributors a way to access [Docusaurus 2](https://docusaurus.io/) powered developer documentation available at [docs.opensauced.pizza](https://docs.opensauced.pizza).

## 🤝 Contributing

We encourage you to contribute to Open Sauced! Please check out the [Contributing guide](https://docs.opensauced.pizza/contributing/introduction-to-contributing/) for guidelines about how to proceed.
We encourage you to contribute to OpenSauced! Please check out the [Contributing guide](https://docs.opensauced.pizza/contributing/introduction-to-contributing/) for guidelines about how to proceed.

<img align="right" src="https://i.ibb.co/CJfW18H/ship.gif" width="200"/>

Expand All @@ -34,8 +34,8 @@ npm start
## 🍕 Community

Got Questions? Join the conversation in our [Discord](https://discord.gg/U2peSNf23P).
Find Open Sauced videos and release overviews on our [YouTube Channel](https://www.youtube.com/channel/UCklWxKrTti61ZCROE1e5-MQ).
Find OpenSauced videos and release overviews on our [YouTube Channel](https://www.youtube.com/channel/UCklWxKrTti61ZCROE1e5-MQ).

## ⚖️ LICENSE

MIT © [Open Sauced](LICENSE)
MIT © [OpenSauced](LICENSE)
4 changes: 2 additions & 2 deletions docs/contributing/introduction-to-contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ For those interested in getting involved in the project or just open source in g

## Funding

Open Sauced is a part of GitHub Sponsors. If you would like to contribute, please note the [sponsor page](https://github.com/sponsors/open-sauced) for details on how funds are distributed. If you have made any contributions to the projectd directly or indirectly, please consider adding your profile to the [FUNDING.yml](https://github.com/open-sauced/.github/blob/main/FUNDING.yml).
OpenSauced is a part of GitHub Sponsors. If you would like to contribute, please note the [sponsor page](https://github.com/sponsors/open-sauced) for details on how funds are distributed. If you have made any contributions to the projectd directly or indirectly, please consider adding your profile to the [FUNDING.yml](https://github.com/open-sauced/.github/blob/main/FUNDING.yml).

## Community

Expand All @@ -149,5 +149,5 @@ Do you have questions? Join the conversation in our [Discord](https://discord.gg

## License

By contributing to the Open Sauced project, you agree that your contributions will be licensed
By contributing to the OpenSauced project, you agree that your contributions will be licensed
under its [MIT license](https://raw.githubusercontent.com/open-sauced/open-sauced/main/LICENSE).
6 changes: 3 additions & 3 deletions docs/introduction.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
slug: /
sidebar_label: Introduction to Open Sauced 🍕
sidebar_label: Introduction to OpenSauced 🍕
---

# Introduction to Open Sauced ![img](../static/favicon.ico)
# Introduction to OpenSauced ![img](../static/favicon.ico)

![Example banner](../static/img/what-is-opensauced.jpg)

[Watch this on YouTube](https://www.youtube.com/watch?v=h8gwrzis-dY&list=PLHyZ0Wz_A44XAE-6Gbd69pZLTdqWdwlBx&index=1&t=2s)

Open Sauced provides guidance for new contributors finding their next contribution. Our approach towards onboarding offers a way to track contributions through a GitHub powered dashboard.
OpenSauced provides guidance for new contributors finding their next contribution. Our approach towards onboarding offers a way to track contributions through a GitHub powered dashboard.
2 changes: 1 addition & 1 deletion docs/technical/resolve-merge-conflicts.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ And it's ready to merge:

## Dependency updates

When dealing with dependency and lock file updates there are multiple use cases to consider, however as a baseline, the open sauced triage team will not prioritize parallel main features as seen in the roadmap.
When dealing with dependency and lock file updates there are multiple use cases to consider, however as a baseline, the OpenSauced triage team will not prioritize parallel main features as seen in the roadmap.

However when that happens, it is advised to:
- fast-forward `npm-shrinkwrap.json`
Expand Down
14 changes: 7 additions & 7 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const darkCodeTheme = require('prism-react-renderer/themes/dracula');

/** @type {import('@docusaurus/types').DocusaurusConfig} */
module.exports = {
title: 'Open Sauced',
title: 'OpenSauced',
tagline: 'The path to your next Open Source contribution',
url: 'https://docs.opensauced.pizza',
baseUrl: '/',
Expand All @@ -20,11 +20,11 @@ module.exports = {
indexName: 'opensauced',
algoliaOptions: { 'facetFilters': ["type:$TYPE"] },
debug: false,
placeholder: 'Search Open Sauced Docs',
placeholder: 'Search OpenSauced Docs',
},
navbar: {
logo: {
alt: 'Open Sauced Logo',
alt: 'OpenSauced Logo',
src: 'img/logo_lightmode.png',
srcDark: 'img/logo_darkmode.png',
href: 'https://opensauced.pizza/'
Expand All @@ -37,7 +37,7 @@ module.exports = {
position: 'left',
},
{
alt: 'Open Sauced Logo',
alt: 'OpenSauced Logo',
src: 'img/logo.svg',
href: 'https://opensauced.pizza/'
},
Expand All @@ -58,7 +58,7 @@ module.exports = {
},
{
href: 'https://opensauced.pizza/',
label: 'Open Sauced',
label: 'OpenSauced',
position: 'right',
},
],
Expand All @@ -70,7 +70,7 @@ module.exports = {
},
footer: {
logo: {
alt: 'Open Sauced Logo',
alt: 'OpenSauced Logo',
src: 'img/logo.svg',
href: 'https://opensauced.pizza/'
},
Expand Down Expand Up @@ -124,7 +124,7 @@ module.exports = {
],
},
],
copyright: `Copyright © ${new Date().getFullYear()} Open Sauced. Built with Docusaurus.`,
copyright: `Copyright © ${new Date().getFullYear()} OpeSauced. Built with Docusaurus.`,
},
prism: {
theme: lightCodeTheme,
Expand Down
16 changes: 0 additions & 16 deletions src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -42,19 +42,3 @@ html[data-theme='dark'] .docusaurus-highlight-code-line {
position: absolute;
background-repeat: no-repeat;
}

.footer__col:nth-child(1) > .footer__title::after {
background-image: url('../../static/favicon-32x32.png');
left: 40px;
}

.footer__col:nth-child(2) > .footer__title::after {
background-image: url('../../static/img/openSauced-icon.png');
}

.footer__col:nth-child(3) > .footer__title::after {
background-image: url('../../static/img/mustard.png');
top: -2px;
left: 45px;
}

Binary file removed static/img/mustard.png
Binary file not shown.
4 changes: 2 additions & 2 deletions static/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"short_name": "Open Sauced Docs",
"name": "Open Sauced Docs",
"short_name": "OpenSauced Docs",
"name": "OpenSauced Docs",
"start_url": "/?source=pwa",
"background_color": "#ffffff",
"display": "standalone",
Expand Down

0 comments on commit adc093c

Please sign in to comment.