diff --git a/README.md b/README.md
index 2a9a8cfd787..0fa14c497e6 100644
--- a/README.md
+++ b/README.md
@@ -208,7 +208,7 @@ Intel® Neural Compressor validated 420+ [examples](./examples) for quantization
| Distillation for Quantization |
- Neural Coder |
+ Neural Coder |
@@ -219,9 +219,8 @@ Intel® Neural Compressor validated 420+ [examples](./examples) for quantization
- | Adaptor |
- Strategy |
- Reference Example |
+ Adaptor |
+ Strategy |
diff --git a/docs/Makefile b/docs/Makefile
index cf810c3c2a1..7653b4d006c 100644
--- a/docs/Makefile
+++ b/docs/Makefile
@@ -19,11 +19,11 @@ help:
html:
# cp README.md to docs, modify response-link
- cp -f "../README.md" "./source/getting_started.md"
+ cp -f "../README.md" "./source/Welcome.md"
cp -f "../SECURITY.md" "./source/SECURITY.md"
- cp -f "./source/getting_started.md" "./source/getting_started.md.tmp"
- sed 's/.md/.html/g; s/.\/docs\/source\//.\//g; s/.\/neural_coder\/extensions\/screenshots/imgs/g; s/.\/docs\/source\/_static/..\/\/_static/g; s/.\/examples/https:\/\/github.com\/intel\/neural-compressor\/tree\/master\/examples/g; s/.md/.html/g; ' "./source/getting_started.md.tmp" > "./source/getting_started.md"
- rm -f "./source/getting_started.md.tmp"
+ cp -f "./source/Welcome.md" "./source/Welcome.md.tmp"
+ sed 's/.md/.html/g; s/.\/docs\/source\//.\//g; s/.\/neural_coder\/extensions\/screenshots/imgs/g; s/.\/docs\/source\/_static/..\/\/_static/g; ' "./source/Welcome.md.tmp" > "./source/Welcome.md"
+ rm -f "./source/Welcome.md.tmp"
# make sure other png can display normal
$(SPHINXBUILD) -b html "$(SOURCEDIR)" "$(BUILDDIR)/html" $(SPHINXOPTS) $(O)
diff --git a/docs/source/SECURITY.md b/docs/source/SECURITY.md
new file mode 100644
index 00000000000..71a71eff1b6
--- /dev/null
+++ b/docs/source/SECURITY.md
@@ -0,0 +1,13 @@
+Security Policy
+===============
+
+## Report a Vulnerability
+
+Please report security issues or vulnerabilities to the [Intel® Security Center].
+
+For more information on how Intel® works to resolve security issues, see
+[Vulnerability Handling Guidelines].
+
+[Intel® Security Center]:https://www.intel.com/security
+
+[Vulnerability Handling Guidelines]:https://www.intel.com/content/www/us/en/security-center/vulnerability-handling-guidelines.html
diff --git a/docs/source/Welcome.md b/docs/source/Welcome.md
new file mode 100644
index 00000000000..35d9e3841a9
--- /dev/null
+++ b/docs/source/Welcome.md
@@ -0,0 +1,249 @@
+
+
+Intel® Neural Compressor
+===========================
+
An open-source Python library supporting popular model compression techniques on all mainstream deep learning frameworks (TensorFlow, PyTorch, ONNX Runtime, and MXNet)
+
+[](https://github.com/intel/neural-compressor)
+[](https://github.com/intel/neural-compressor/releases)
+[](https://github.com/intel/neural-compressor/blob/master/LICENSE)
+[](https://github.com/intel/neural-compressor)
+[](https://pepy.tech/project/neural-compressor)
+
+
+---
+
+
+Intel® Neural Compressor, formerly known as Intel® Low Precision Optimization Tool, is an open-source Python library that runs on Intel CPUs and GPUs, which delivers unified interfaces across multiple deep-learning frameworks for popular network compression technologies such as quantization, pruning, and knowledge distillation. This tool supports automatic accuracy-driven tuning strategies to help the user quickly find out the best quantized model. It also implements different weight-pruning algorithms to generate a pruned model with predefined sparsity goal. It also supports knowledge distillation to distill the knowledge from the teacher model to the student model.
+Intel® Neural Compressor is a critical AI software component in the [Intel® oneAPI AI Analytics Toolkit](https://software.intel.com/content/www/us/en/develop/tools/oneapi/ai-analytics-toolkit.html).
+
+
+**Visit the Intel® Neural Compressor online document website at:
.**
+
+## Installation
+
+### Prerequisites
+
+Python version: 3.7, 3.8, 3.9, 3.10
+
+### Install on Linux
+- Release binary install
+ ```Shell
+ # install stable basic version from pip
+ pip install neural-compressor
+ # Or install stable full version from pip (including GUI)
+ pip install neural-compressor-full
+ ```
+- Nightly binary install
+ ```Shell
+ git clone https://github.com/intel/neural-compressor.git
+ cd neural-compressor
+ pip install -r requirements.txt
+ # install nightly basic version from pip
+ pip install -i https://test.pypi.org/simple/ neural-compressor
+ # Or install nightly full version from pip (including GUI)
+ pip install -i https://test.pypi.org/simple/ neural-compressor-full
+ ```
+More installation methods can be found at [Installation Guide](./installation_guide.html). Please check out our [FAQ](./faq.html) for more details.
+
+## Getting Started
+### Quantization with Python API
+
+```shell
+# A TensorFlow Example
+pip install tensorflow
+# Prepare fp32 model
+wget https://storage.googleapis.com/intel-optimized-tensorflow/models/v1_6/mobilenet_v1_1.0_224_frozen.pb
+```
+```python
+import tensorflow as tf
+from neural_compressor.experimental import Quantization, common
+quantizer = Quantization()
+quantizer.model = './mobilenet_v1_1.0_224_frozen.pb'
+dataset = quantizer.dataset('dummy', shape=(1, 224, 224, 3))
+quantizer.calib_dataloader = common.DataLoader(dataset)
+quantizer.fit()
+```
+### Quantization with [JupyterLab Extension](./neural_coder/extensions/neural_compressor_ext_lab/README.html)
+Search for ```jupyter-lab-neural-compressor``` in the Extension Manager in JupyterLab and install with one click:
+
+
+
+
+
+### Quantization with [GUI](./bench.html)
+```shell
+# An ONNX Example
+pip install onnx==1.12.0 onnxruntime==1.12.1 onnxruntime-extensions
+# Prepare fp32 model
+wget https://github.com/onnx/models/raw/main/vision/classification/resnet/model/resnet50-v1-12.onnx
+# Start GUI
+inc_bench
+```
+
+
+
+
+## System Requirements
+
+### Validated Hardware Environment
+#### Intel® Neural Compressor supports CPUs based on [Intel 64 architecture or compatible processors](https://en.wikipedia.org/wiki/X86-64):
+
+* Intel Xeon Scalable processor (formerly Skylake, Cascade Lake, Cooper Lake, and Icelake)
+* Future Intel Xeon Scalable processor (code name Sapphire Rapids)
+
+#### Intel® Neural Compressor supports GPUs built on Intel's Xe architecture:
+
+* [Intel® Data Center GPU Flex Series](https://www.intel.com/content/www/us/en/products/docs/discrete-gpus/data-center-gpu/flex-series/overview.html)
+
+#### Intel® Neural Compressor quantized ONNX models support multiple hardware vendors through ONNX Runtime:
+
+* Intel CPU, AMD/ARM CPU, and NVidia GPU. Please refer to the validated model [list](./validated_model_list.html#Validated-ONNX-QDQ-INT8-models-on-multiple-hardware-through-ONNX-Runtime).
+
+### Validated Software Environment
+
+* OS version: CentOS 8.4, Ubuntu 20.04
+* Python version: 3.7, 3.8, 3.9, 3.10
+
+
+
+> **Note:**
+> Set the environment variable ``TF_ENABLE_ONEDNN_OPTS=1`` to enable oneDNN optimizations if you are using TensorFlow v2.6 to v2.8. oneDNN is the default for TensorFlow v2.9.
+
+### Validated Models
+Intel® Neural Compressor validated 420+ [examples](./examples) for quantization with a performance speedup geomean of 2.2x and up to 4.2x on VNNI while minimizing accuracy loss. Over 30 pruning and knowledge distillation samples are also available. More details for validated models are available [here](./validated_model_list.html).
+
+
+
+## Documentation
+
+
+
+## Selected Publications/Events
+* [Neural Compressor: an open-source Python library for network compression](https://cloud.tencent.com/developer/article/2165895) (Nov 2022)
+* [Running Fast Transformers on CPUs: Intel Approach Achieves Significant Speed Ups and SOTA Performance](https://medium.com/syncedreview/running-fast-transformers-on-cpus-intel-approach-achieves-significant-speed-ups-and-sota-448521704c5e) (Nov 2022)
+* [Personalized Stable Diffusion with Few-Shot Fine-Tuning](https://medium.com/intel-analytics-software/personalized-stable-diffusion-with-few-shot-fine-tuning-on-a-single-cpu-f01a3316b13) (Nov 2022)
+* [Meet the Innovation of Intel AI Software: Intel® Extension for TensorFlow*](https://www.intel.com/content/www/us/en/developer/articles/technical/innovation-of-ai-software-extension-tensorflow.html) (Oct 2022)
+* [PyTorch* Inference Acceleration with Intel® Neural Compressor](https://www.intel.com/content/www/us/en/developer/articles/technical/pytorch-inference-with-intel-neural-compressor.html#gs.gnq0cj) (Oct 2022)
+* Neural Coder, a new plug-in for Intel Neural Compressor was covered by [Twitter](https://twitter.com/IntelDevTools/status/1583629213697212416), [LinkedIn](https://www.linkedin.com/posts/intel-software_oneapi-ai-deeplearning-activity-6989377309917007872-Dbzg?utm_source=share&utm_medium=member_desktop), and [Intel Developer Zone](https://mp.weixin.qq.com/s/LL-4eD-R0YagFgODM23oQA) from Intel, and [Twitter](https://twitter.com/IntelDevTools/status/1583629213697212416/retweets) and [LinkedIn](https://www.linkedin.com/feed/update/urn:li:share:6990377841435574272/) from Hugging Face. (Oct 2022)
+* Intel Neural Compressor successfully landed on [GCP](https://console.cloud.google.com/marketplace/product/bitnami-launchpad/inc-tensorflow-intel?project=verdant-sensor-286207), [AWS](https://aws.amazon.com/marketplace/pp/prodview-yjyh2xmggbmga#pdp-support), and [Azure](https://azuremarketplace.microsoft.com/en-us/marketplace/apps/bitnami.inc-tensorflow-intel) marketplace. (Oct 2022)
+
+> View our [full publication list](./publication_list.html).
+
+## Additional Content
+
+* [Release Information](./releases_info.html)
+* [Contribution Guidelines](./contributions.html)
+* [Legal Information](./legal_information.html)
+* [Security Policy](SECURITY.html)
+* [Intel® Neural Compressor Website](https://intel.github.io/neural-compressor)
+
+## Hiring
+
+We are actively hiring. Send your resume to inc.maintainers@intel.com if you are interested in model compression techniques.
diff --git a/docs/source/_static/index.html b/docs/source/_static/index.html
index 22a56287809..eb630c63d1f 100644
--- a/docs/source/_static/index.html
+++ b/docs/source/_static/index.html
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/docs/source/_templates/layout.html b/docs/source/_templates/layout.html
index 3e517410702..8154cad6356 100644
--- a/docs/source/_templates/layout.html
+++ b/docs/source/_templates/layout.html
@@ -7,7 +7,7 @@