-
Notifications
You must be signed in to change notification settings - Fork 91
rebrand: remove remaining @inferedge/moss and inferedge_moss references #161
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 5 commits
9300909
dca372d
21a1190
3983ecf
07134ba
d7d19ac
4c0f699
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -200,7 +200,7 @@ const ImageSearchPage = () => { | |
| <header className="hero-header"> | ||
| <div className="hero-header-inner"> | ||
| <img | ||
| src="/images/InferEdgeLogo_Dark_Icon.png" | ||
| src="/Moss-logo.jpeg" | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I dont see the new named image in public/images |
||
| alt="Moss" | ||
| className="hero-logo" | ||
| /> | ||
|
|
@@ -232,7 +232,7 @@ const ImageSearchPage = () => { | |
| data-testid="search-input" | ||
| /> | ||
| <div className="powered-by"> | ||
| <img src="/images/InferEdgeLogo_Dark_Icon.png" alt="Moss" className="powered-by-logo" /> | ||
| <img src="/Moss-logo.jpeg" alt="Moss" className="powered-by-logo" /> | ||
| <span>Powered by MOSS</span> | ||
| </div> | ||
| </div> | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -40,7 +40,7 @@ Open [http://localhost:5173](http://localhost:5173) and start searching. | |
|
|
||
| ## 1. Go to Moss Portal and Get API Keys | ||
|
|
||
| - Visit [usemoss.dev](https://usemoss.dev/) to sign up, create an account, confirm your email, and sign in. | ||
| - Visit [moss.dev](https://moss.dev/) to sign up, create an account, confirm your email, and sign in. | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🚩 Partial URL migration: portal.usemoss.dev references remain across many files The PR updates some Was this helpful? React with 👍 or 👎 to provide feedback. |
||
| - From the dashboard, open **View secrets** and save the values as `MOSS_PROJECT_ID` and `MOSS_PROJECT_KEY` in the root `.env` file (copy `.env.example` → `.env`). | ||
|
|
||
| >  | ||
|
|
||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🚩 Pre-existing: Search.vue passes raw number instead of QueryOptions to query() At Was this helpful? React with 👍 or 👎 to provide feedback. |
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🚩 Two distinct JS SDK packages documented differently across pages The getting-started guide ( Was this helpful? React with 👍 or 👎 to provide feedback. |
Uh oh!
There was an error while loading. Please reload this page.