Coder Social home page Coder Social logo

bedrock-wiki's Introduction

Bedrock Wiki

Welcome to the Bedrock Wiki!

๐Ÿ”— View the Site ๐Ÿ”—

โœ‰๏ธ Join the discord โœ‰๏ธ

This wiki is a knowledge-sharing website for Technical Bedrock, containing documentation, tutorials, and general how-to information.

Contributing

The wiki is fully open-source, and community-maintained. We rely on people like you to keep our content fresh and up to date. If you've spotted something that needs improvement, or have something fresh to contribute, please open a PR or join the discord!

You may directly open PRs for the following:

  • Rewriting sections for clarity
  • Fixing spelling or grammar
  • Removing or correcting false information.

For more complex things, like full article rewrites, or new articles, join the discord!

Running Locally

To run locally:

  • npm install (once, to install packages)
  • npm run dev (to test the site, good for writing markdown)
  • npm run build (to fully build, good for testing issues with the live site)

Markdown

Articles on the wiki are written in markdown. Vue Components provide additional flavor, such as:

  • Spoilers
  • Code Headers
  • Buttons

Front Matter

We can use front-matter to define the following custom behavior:

Name Required Default Note
title Yes None The title of the page.
nav_order No None The order in which the article will appear in the sidebar. Lower number will be higher. All nav_order pages will appear above pages without a nav_order.
show_toc No True Whether the table of contents will be generated for this page.
tags No [] A list of tags for the page. Some will be displayed on sidebar, such as 'guide' or 'beta'. All will be displayed in the actual page, at the top.
mentions No []

Code and Platform

The wiki uses a custom VitePress theme, and is statically generated from the wiki branch into the generated branch.

If you are interested in helping us maintain the core platform, as opposed to the markdown articles, join the discord!

bedrock-wiki's People

Watchers

 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.