Coder Social home page Coder Social logo

annotation-book's Introduction

Deprecation Warning

With the advance of new technologies like Notion, this project isn't needed anymore. Actually I migrate my Notebook to there and you can find the link of it here.


Personal Notebook Annotation

Personal online notebook to write down my studies, ideas, bug solutions and what else I want to ๐Ÿ““


!> Most of my notes were wrote in pt-BR (๐Ÿ‡ง๐Ÿ‡ท) because it's my mother language. So if you're not a portuguese speaker the annotations won't make sense at all, however, I'm writing this introduction in english to make it possible everyone uses the base structure and create your own notebook :).

How to Use

The first version of this project was based on Gitbook. However, after read this issue on Gitbook's repository it seems the team will not keep Gitbook V2 open-source. Also there's no reply and answers on the issues there so I've just decided to find another open-source and well maintained solution which solves my problem.

About Docsify

Docsify is a really nice tool to build web documentation writing markdown. They use VueJS, which makes the lib way lighter and also fast.

I really like this tool because:

  • it's been maintained by the community;
  • run fast on dev mode and don't have to build;
  • Easy configurable and customizable;
  • Documentation clear and neat with some really good examples and showcases;

Running

  1. Clone this project;
  2. Install the dependencies:
yarn install
# or
npm install
  1. Run it locally:
yarn dev
# or
npm dev

Folder Structure

Here's the folder structure of this project:

annotation-book/
โ”œโ”€โ”€ docs/
โ”‚   โ”œโ”€โ”€ development/*
โ”‚   โ””โ”€โ”€ ...
โ”œโ”€โ”€ _sidebar.md
โ”œโ”€โ”€ index.html
โ””โ”€โ”€ package.json

However, it's also possible to customize as you want, like add all those files inside a docs folder. See more about it here.

_sidebar.md

Here's the main sidebar structure. If you navigate through folders inside docs, you'll more _sidebar.md files. Fortunately Docsify allow us to have nested Sidebars as you can see on their documentation.

index.html

Here's the entry point of the project. It's the place where we init Docisfy and also import themes, plugins and customize things.

Also the this is the file to be hosted (together with the docs of course) by the http server (e.g. Netlify, Github Pages, Gitlab Pages, etc.).

annotation-book's People

Contributors

raulfdm avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  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.