ONNX Runtime: cross-platform, high performance ML inferencing and training accelerator
Find a file
Yulong Wang cfdb434a08
[doc] Update "Get Started" page for ORT web (#19568)
### Description
This PR re-arranges documentation of ORT web.

Current doc: https://onnxruntime.ai/docs/
Change preview: https://fs-eire.github.io/onnxruntime/docs/

- split `Doc -> Get Started -> JavaScript` from single page into
multiple pages, to make it easier to split from web, node and
react-native
- remove `Doc -> Get Started -> with Web`. The page was a few links and
now they are moved to other places
- add a few contents into `Doc -> Get Started -> JavaScript -> Web`. Now
this is the main page for ORT web doc.
- rename `Tutorials -> deploy on Web` to `Tutorials -> Web`. "deploy" is
confusing as it's not the accurate term to describe the content.

=================================================================


### Discussions:
TBD


=================================================================


### ORT web documentation work item list:

- [ ] Update `Get Started` page for ORT web at onnxruntime.ai **( this
PR )**
    - to make it easier for users to navigate
- [ ] Update `Tutorials` page for ORT web at onnxruntime.ai
- The purpose of this page is unclear. It contains descriptive
information and step-by-step instructions on an E2E examples. It can be
a good Blog, but not good for documentation, which usually has a
well-structured content.
- The [index
page](https://fs-eire.github.io/onnxruntime/docs/tutorials/web/) has
duplicated contents with its child page ["Build a web application with
ONNX
Runtime"](https://fs-eire.github.io/onnxruntime/docs/tutorials/web/build-web-app.html)
    - Some contents are out-of-dated.
- [ ] Update [`API Usage -
SessionOptions`](https://github.com/microsoft/onnxruntime-inference-examples/tree/main/js/api-usage_session-options)
on onnxruntime-inference-examples repo.
- Add explaination and examples if necessary for all new WebGPU session
options.
- [ ] Update [`API usage - ort.env
flags`](https://github.com/microsoft/onnxruntime-inference-examples/blob/main/js/api-usage_ort-env-flags)
on onnxruntime-inference-examples repo.
    - Add all newly introduced flags.
2024-02-22 16:41:35 -08:00
.github/workflows Update check-website-links.yml (#18173) 2023-11-01 12:07:12 -07:00
_includes Updated by removing comments. Might work. (#18605) 2023-11-28 14:13:50 -08:00
_sass Website revamp final (#17638) 2023-10-27 17:26:41 -07:00
css Website revamp final (#17638) 2023-10-27 17:26:41 -07:00
docs [doc] Update "Get Started" page for ORT web (#19568) 2024-02-22 16:41:35 -08:00
fonts Remove google links from the pages (#6974) 2021-03-12 11:33:49 -08:00
images [Gh pages] Update QNN EP documentation (quantization/python APIs) (#19435) 2024-02-06 12:36:15 -08:00
src Added events page. Updated blogs page to include community blogs too. (#19535) 2024-02-16 12:52:04 -08:00
static Website revamp final (#17638) 2023-10-27 17:26:41 -07:00
.eslintignore Website revamp final (#17638) 2023-10-27 17:26:41 -07:00
.eslintrc.cjs Website revamp final (#17638) 2023-10-27 17:26:41 -07:00
.gitignore Website revamp final (#17638) 2023-10-27 17:26:41 -07:00
.npmrc Website revamp final (#17638) 2023-10-27 17:26:41 -07:00
.prettierignore Website revamp final (#17638) 2023-10-27 17:26:41 -07:00
.prettierrc Website revamp final (#17638) 2023-10-27 17:26:41 -07:00
_config.yml Fix error in performance comparison in llama2 blog and some formatting fixes (#18479) 2023-11-22 16:08:24 -08:00
CNAME Update CNAME 2021-08-02 21:15:29 -07:00
CONTRIBUTING.md Fix error in performance comparison in llama2 blog and some formatting fixes (#18479) 2023-11-22 16:08:24 -08:00
favicon.ico Migrate content from GitHub source to GitHub pages (#5053) 2020-10-12 10:28:20 -07:00
Gemfile Update gems so local build works for CheckLinks (#10868) 2022-03-15 09:41:55 -07:00
Gemfile.lock Update gems so local build works for CheckLinks (#10868) 2022-03-15 09:41:55 -07:00
googlee249f93c137f3996.html Website revamp final (#17638) 2023-10-27 17:26:41 -07:00
package.json Website revamp final (#17638) 2023-10-27 17:26:41 -07:00
postcss.config.js Website revamp final (#17638) 2023-10-27 17:26:41 -07:00
svelte.config.js Website revamp final (#17638) 2023-10-27 17:26:41 -07:00
tailwind.config.js Website revamp final (#17638) 2023-10-27 17:26:41 -07:00
tsconfig.json Website revamp final (#17638) 2023-10-27 17:26:41 -07:00
vite.config.ts Website revamp final (#17638) 2023-10-27 17:26:41 -07:00