Text Splitter for V Documentation

December 26, 2021 ยท View on GitHub

Installation

  • intall V
    https://github.com/vlang/v/blob/master/doc/docs.md#install-from-source

Prequisites

These prequisites will be deprecated by updating project

  1. make directory named 'v_docs'
    mkdir v_docs

  2. move document markdown file to root path of this repository from V official repository
    https://github.com/vlang/v/blob/master/doc/docs.md

Run

v run docs_splitter.v

Contents

  1. 1Installation
  2. 2Prequisites
  3. 3Run