diff --git a/README.fa.md b/README.fa.md index 0a3dc29..876ee70 100644 --- a/README.fa.md +++ b/README.fa.md @@ -24,7 +24,7 @@ _[![Spectre.Console NuGet Version](https://img.shields.io/nuget/v/spectre.consol این کتابخانه توانایی ترمینال فعلی را تشخیص داده و در صورت لزوم رنگ‌ها را کاهش می‌دهد. -![Example](resources/gfx/screenshots/example.png) +![Example](docs/input/assets/images/example.png)

نصب

diff --git a/README.jp.md b/README.jp.md index 598119e..2354682 100644 --- a/README.jp.md +++ b/README.jp.md @@ -29,7 +29,7 @@ Python用の素晴らしい[Rich ライブラリ](https://github.com/willmcgugan ## 例 -![Example](resources/gfx/screenshots/example.png) +![Example](docs/input/assets/images/example.png) ## 使用方法 diff --git a/README.md b/README.md index d9cd4cb..754b441 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ for Python. and downgrade colors as needed. -![Example](resources/gfx/screenshots/example.png) +![Example](docs/input/assets/images/example.png) ## Installing diff --git a/docs/README.md b/docs/README.md index 19b1814..bb62c73 100644 --- a/docs/README.md +++ b/docs/README.md @@ -7,7 +7,7 @@ To start contributing to the [Spectre.Console](https://github.com/spectresystems The documentation site uses [Statiq](https://statiq.dev), a static site generator. To build the documentation site run the following in a command-line terminal. ``` -> dotnet run preview --virtual-dir "spectre.console" +> Preview.ps1 ``` After the build is complete, you can navigate to [http://localhost:5080/spectre.console](http://localhost:5080/spectre.console). @@ -29,13 +29,7 @@ Layout and styling can also be found in the [input](./input) directory. Look for ## Custom Build Features -The documentation site has custom enhancements to Statiq located under the [./src](./src) directory. Enhancements to the build process include: - -- [Extension Methods](./src/Extensions) -- [Models](./src/Models) -- [Pipelines](./src/Pipelines) -- [Shortcodes](./src/Shortcodes) -- [Utilities](./src/Utilities) +The documentation site has custom enhancements to Statiq located under the [./src](./src) directory. ## License diff --git a/docs/input/assets/images/example.png b/docs/input/assets/images/example.png new file mode 100644 index 0000000..2c58bd5 Binary files /dev/null and b/docs/input/assets/images/example.png differ diff --git a/docs/input/index.md b/docs/input/index.md index 44a9e76..d57d81f 100644 --- a/docs/input/index.md +++ b/docs/input/index.md @@ -22,5 +22,5 @@ for Python written by Will McGugan. ## Examples - - \ No newline at end of file + + diff --git a/resources/gfx/screenshots/example.png b/resources/gfx/screenshots/example.png deleted file mode 100644 index 48dc157..0000000 Binary files a/resources/gfx/screenshots/example.png and /dev/null differ diff --git a/resources/gfx/screenshots/table.png b/resources/gfx/screenshots/table.png deleted file mode 100644 index 957c444..0000000 Binary files a/resources/gfx/screenshots/table.png and /dev/null differ