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

Added table of content in Readme file #730

Merged
merged 1 commit into from
Oct 9, 2024
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
28 changes: 28 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,34 @@

Variant’s webpages are based off of Sankitty — a Next.js and Sanity-powered project designed to accelerate the development process from prototype to production. With minimal configuration and boilerplate, Sankitty allows developers to quickly get started on building user interfaces while maintaining full control over both UI and content. This project has been customized to meet the specific needs of Variant’s websites for .no and .se domains.

## Table of Contents

- [Key Features](#key-features)
- [Shared Studio](#shared-studio)
- [Features of Shared Studio](#features-of-shared-studio)
- [Getting Started](#getting-started)
- [Scripts](#scripts)
- [Project Structure](#project-structure)
- [Custom Desk Structure](#custom-desk-structure)
- [Managing Content](#managing-content)
- [Company Information](#company-information)
- [Social Media Profiles](#social-media-profiles)
- [Navigation Management](#navigation-management)
- [Pages](#pages)
- [Development Workflow](#development-workflow)
- [Using `fetchWithToken` for Custom Components in Sanity](#using-fetchwithtoken-for-custom-components-in-sanity)
- [Steganography in Presentation](#steganography-in-presentation)
- [Serving files from `/public`](#serving-files-from-public)
- [OpenGraph image customization](#opengraph-image-customization)
- [Custom fonts](#custom-fonts)
- [Custom background](#custom-background)
- [Troubleshooting](#troubleshooting)
- [Testing and Deployment](#testing-and-deployment)
- [Dependencies](#dependencies)
- [Development Dependencies](#development-dependencies)
- [Documentation and Resources](#documentation-and-resources)
- [License and Credits](#license-and-credits)

## Key Features

- **Rapid UI Development:** Built with Next.js and Sanity, Sankitty provides a streamlined environment for creating and managing dynamic, content-driven websites. The integration minimizes the setup time, letting developers focus on building out the UI faster.
Expand Down