Devise Content Management System
WebsiteGithub
Primary version
Primary version
  • Devise Development Documentation
  • Getting Started
    • Requirements
    • Installation
    • Advanced Integration with VueJS
    • Advanced Integration Continued: Suggested CSS Setup
  • Creating content with Devise
    • Pages in Devise
      • Creating our first page
      • Page Versions
    • Slices
      • Slice Configuration
      • Database Powered Slices
    • Fields
      • Field Types and Examples
      • Field Configuration and Defaults
    • Language
    • Creating Sites
  • Vue Integration / Customizing Devise
    • User Permissions
    • Customizing the Login
    • Custom Administration Sections
  • Developers / Contributing
  • License
Powered by GitBook
On this page
  1. Creating content with Devise

Pages in Devise

Pages are exactly what you imagine them to be. A page that can be accessed via a URL on your website like https://example.com/a-page . Simple.

The biggest difference between pages in Devise and other content management systems is the content within them, slices, and the concept of page versions. We will discuss both of those items in future pages so for now let's concentrate on creating our very first page.

PreviousCreating content with DeviseNextCreating our first page

Last updated 5 years ago