Move Introduction.md to quick-overview.md

This commit is contained in:
Harendra Kumar 2023-01-18 10:20:48 +05:30
parent a1d2e1f227
commit a05396c16f
7 changed files with 6 additions and 7 deletions

View File

@ -90,8 +90,7 @@ Here is a quick checklist for a PR, for details please see the next section:
* [Performance benchmarks](/benchmark) are added, where applicable
* No significant regressions are reported by [performance benchmarks](/docs/Developer/Benchmarks.md)
* Haddock documentation is added to user visible APIs and data types
* Tutorial module, [Introduction](/docs/User/Tutorials/Introduction.md), and [guides](/docs) are
updated if necessary.
* [Docs](/docs) are updated if necessary.
* [Changelog](/docs/User/ProjectRelated/Changelog.md) is updated if needed
* The code conforms to the license, it is not stolen, credit is given,
copyright notices are retained, original license is included if needed.

View File

@ -142,7 +142,7 @@
* Manually run packcheck for ghcjs, `bin/run-ci.sh --targets ghcjs`.
* Mask out the build status lines from the
[docs/Introduction.md](/docs/User/Tutorials/Introduction.md)
[README](/docs/User/ProjectRelated/README.md)
* Upload to hackage
* Use a clean workspace to create source distribution
by freshly cloning the git repository. The reason for

View File

@ -8,7 +8,7 @@ ecosystem.
This document discusses the related packages in the Haskell ecosystem
and how streamly unifies, overlaps, or compares with those. We provide
simple code snippets for illustrations, for a better overview of the
library please see the [Streamly Quick Overview](/docs/User/Tutorials/Introduction.md) document.
library please see the [Streamly Quick Overview](/docs/User/Tutorials/quick-overview.md) document.
## Existing Haskell Libraries

View File

@ -2,7 +2,7 @@
This document provides idioms or examples to solve common programming
problems using streamly. To start with please go through [Streamly Quick
Overview](/docs/User/Tutorials/Introduction.md) and [`Streamly examples repository`][streamly-examples].
Overview](/docs/User/Tutorials/quick-overview.md) and [`Streamly examples repository`][streamly-examples].
This document provides additional examples.
## Distribute and Zip Concurrently

View File

@ -15,7 +15,7 @@ safe, scalable, modular and high performance software. Streamly offers:
Please read the [Streamly Setup and Usage
Guide](/docs/User/Tutorials/setup-and-usage.md) and [Streamly Quick
Tutorial](/docs/User/Tutorials/Introduction.md) to get a taste of the
Overview](/docs/User/Tutorials/quick-overview.md) to get a taste of the
library. Streamly comes with comprehensive documentation, please visit
the [Haskell Streamly website][Streamly] for documentation.

View File

@ -212,7 +212,7 @@ streamly][streamly-github] from Github.
If you got this far successfully, congratulations! For an overview
of the `streamly` package, please read the [Streamly Quick
Overview](/docs/User/Tutorials/Introduction.md).
Overview](/docs/User/Tutorials/quick-overview.md).
<!-- Markdown Links -->