Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs fix #206

Merged
merged 1 commit into from
Nov 21, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@

[![#](https://img.shields.io/nuget/v/RapidCMS.UI?style=flat-square)](https://www.nuget.org/packages/RapidCMS.UI)

#### RapidCMS Model Maker

[![#](https://img.shields.io/nuget/v/RapidCMS.ModelMaker.SourceGenerator.EFCore?style=flat-square)](https://www.nuget.org/packages/RapidCMS.ModelMaker.SourceGenerator.EFCore)

RapidCMS is a Blazor framework that allows you to build a CMS purely from code. It provides a comprehensive set of
editors and controls, next to allowing you to add your own razor components for custom editors, buttons, labels, complete
sections and pages, and dashboard sections. By running as an element within your ASP.NET Core application, you have full control
Expand All @@ -29,7 +25,7 @@ in the browser.

A demo of the WebAssembly variant of the CMS (running version 4.3.x) can be found here:
[https://rapidcms.z6.web.core.windows.net/](https://rapidcms.z6.web.core.windows.net/). This uses a repository that saves its data to the
local storage of the browser. .NET 5.0 WebAssembly tends to load slowly the first time but that will be fixed when .NET 6.0 is released.
local storage of the browser.

## How to setup RapidCMS

Expand Down
Loading