From 432216e52d1727e90445db07816e2aff7ef1d786 Mon Sep 17 00:00:00 2001 From: Aleksandr Fediashov <43993341+fediachov@users.noreply.github.com> Date: Tue, 30 Oct 2018 15:32:08 +0300 Subject: [PATCH 1/3] Update _config.yml --- _config.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index c419263..b1b3674 100644 --- a/_config.yml +++ b/_config.yml @@ -1 +1,3 @@ -theme: jekyll-theme-cayman \ No newline at end of file +theme: jekyll-theme-cayman +title: FastReport Open Source Documentation +description: FastReport provides open source report generator for .NET Core 2.x/.Net Framework 4.x. From 0b3af0d75aa9b7a9909e2b7ec971bb4cc39d7ddf Mon Sep 17 00:00:00 2001 From: Alexander Fediachov Date: Tue, 30 Oct 2018 15:49:21 +0300 Subject: [PATCH 2/3] added styles for jekyll-theme-cayman --- assets/css/style.scss | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 assets/css/style.scss diff --git a/assets/css/style.scss b/assets/css/style.scss new file mode 100644 index 0000000..2c5a0e3 --- /dev/null +++ b/assets/css/style.scss @@ -0,0 +1,19 @@ +--- +--- + +@import "{{ site.theme }}"; +.page-header { + padding: 2rem 4rem; +} +.page-header { + color: #fff; + text-align: center; + background-color: #123d93; + background-image: linear-gradient(120deg, #3e478a, #1a687d); +} +.main-content h1, .main-content h2, .main-content h3, .main-content h4, .main-content h5, .main-content h6 { + margin-top: 2rem; + margin-bottom: 1rem; + font-weight: normal; + color: #2f3981; +} \ No newline at end of file From b0f1f51abee3a26f933c28e8a741ac8efa11de98 Mon Sep 17 00:00:00 2001 From: Alexander Fediachov Date: Tue, 30 Oct 2018 15:52:20 +0300 Subject: [PATCH 3/3] Update README.md --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 24544ba..331347c 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ## What is FastReport? -FastReport provides open source report generator for .NET Core 2.x/.Net Framework 4.x. You can use the FastReport in MVC, Web API applications. FastReport Open Source is based on the FastReport.Net project. +[FastReport](https://github.com/FastReports/FastReport) provides open source report generator for .NET Core 2.x/.Net Framework 4.x. You can use the FastReport in MVC, Web API applications. FastReport Open Source is based on the FastReport.Net project. ## About Repository @@ -42,8 +42,6 @@ We wish to draw up your attention to the fact that Documentation is under constr ## Links -[FastReport Open Source](https://github.com/FastReports/FastReport "Click for visiting the FastReport Open Source GitHub") +[FastReport Open Source Home](https://github.com/FastReports/FastReport "Click for visiting the FastReport Open Source GitHub") [FastReport .Net User's Manual](https://www.fast-report.com/public_download/html/UserManFrNET-en/index.html) - -[FastReport Online Designer](https://www.fast-report.com/en/product/fast-report-online-designer/)