Coder Social home page Coder Social logo

paralus-website's Introduction

Paralus Documentation, Blog & Website

This repo contains the Paralus website, documentation, and blog. The website is built using Docusaurus 2, and styled using Tailwind CSS.

Development

cd into your cloned repository, and start the server:

$ npm install
$ npm run start

You can view the website at http://localhost:3000. The local site auto-reloads when you make changes.

Opening a pull request will automatically generate a preview URL. Merging to main autodeploys to the Paralus website using Vercel.

Contributing

Editing documentation

To create a new page in documentation, create a new file in a suitable section in /docs. The file name should follow page_title.md format.

Docusaurus supports page metadata such as sidebar_position, slug, title, etc. Check out the Full list of metadata keys.

Use the existing pages as an example. Normally, they'll contain something like:

---
title: "Audit Logs"
description: "Learn how Audit logs work in Paralus"
slug: /usage/audit-logs
---

Editing site

To edit the landing page, you can edit or create new components in the /components directory.

Docusaurus ships with a lot of default components that are not exposed in /src, such as Footer or Nav. To override these defaults, you can use swizzling.

Tip: if you need to reset a swizzled up component back to its default, delete the swizzled up component's files.

Editing blog

Blog posts live in /blog. They're organized by date, and live in directories that follow the format YYYY-MM-DD-post_slug.

Post content is written using Markdown in index.md. Images can be included in /img, and referenced in the post using format ![alt](./img/image.png). We use <!--truncate--> to indicate the preview cutoff point in a list of blogposts.

paralus-website's People

Contributors

techmaharaj avatar elenalape avatar meain avatar niravparikh05 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.