From c06aab5bd26559b192b9e6d477d8ed8bf0c5957d Mon Sep 17 00:00:00 2001 From: Xuanwo Date: Tue, 12 Nov 2024 16:23:37 +0800 Subject: [PATCH] Add link to vision Signed-off-by: Xuanwo --- README.md | 2 ++ core/src/lib.rs | 2 ++ 2 files changed, 4 insertions(+) diff --git a/README.md b/README.md index b37a24b72234..dd941f74755f 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,8 @@ OpenDAL is an Open Data Access Layer that enables seamless interaction with dive OpenDAL's development guided by its vision of **One Layer, All Storage** and core principles of being **Open Community**, **Solid Foundation**, **Fast Access**, **Object Storage First** and **Extensible Architecture** to serve various users from infrastructure builders to application developers. +*Read the explained vision at [OpenDAL Vision](https://opendal.apache.org/docs/vision).* + OpenDAL Architectural ## For *ANY* languages diff --git a/core/src/lib.rs b/core/src/lib.rs index 0c8a9d47713e..ff4f834dec93 100644 --- a/core/src/lib.rs +++ b/core/src/lib.rs @@ -28,6 +28,8 @@ //! to serve various users from infrastructure builders to application //! developers. //! +//! *Read the explained vision at [OpenDAL Vision](https://opendal.apache.org/docs/vision).* +//! //! # Quick Start //! //! OpenDAL's API entry points are [`Operator`] and [`BlockingOperator`]. All