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

Document adding new site content in DG #1153

Merged
merged 17 commits into from
Apr 8, 2020

Commits on Feb 16, 2020

  1. add _site to ignore list

    Tejas2805 committed Feb 16, 2020
    Configuration menu
    Copy the full SHA
    538ff88 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2020

  1. Configuration menu
    Copy the full SHA
    52e1afa View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2020

  1. Merge branch 'master' of https://github.com/MarkBind/markbind

    * 'master' of https://github.com/MarkBind/markbind:
      Update tests
      Allow using 'none' footer attribute in frontmatter (MarkBind#1002)
      Support line numbers for code blocks (MarkBind#991)
      2.11.0
      Update test files due to changes in PR MarkBind#982
      Update vue-strap version to v2.0.1-markbind.36
      Make highlighting bold (MarkBind#1045)
      Support markdown for header attr in dropdown (MarkBind#1029)
      Add '_site' to the ignored folders in site.json (MarkBind#1046)
      Use path.join instead of string interpolation (MarkBind#1052)
      Implement box markdown header attributes parsing (MarkBind#1025)
      Make the position of top navbar fixed (MarkBind#982)
      Exclude *.md files from being copied over on build (MarkBind#1010)
    
    # Conflicts:
    #	docs/css/main.css
    Tejas2805 committed Feb 27, 2020
    Configuration menu
    Copy the full SHA
    f3d3f34 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2020

  1. Merge branch 'master' of https://github.com/MarkBind/markbind

    * 'master' of https://github.com/MarkBind/markbind:
      2.12.0
      Update outdated test files
      Update vue-strap version to v2.0.1-markbind.37
      Fix refactor to processDynamicResources (MarkBind#1092)
      Implement lazy page building for markbind serve (MarkBind#1038)
      Add warnings for conflicting/deprecated component attribs (MarkBind#1057)
      Allow changing parameter properties (MarkBind#1075)
      Custom timezone for built-in timestamp (MarkBind#1073)
      Fix reload inconsistency when updating frontmatter (MarkBind#1068)
      Implement an api to ignore content in certain tags (MarkBind#1047)
      Enable AppVeyor CI (MarkBind#1040)
      Add heading and line highlighting to code blocks (MarkBind#1034)
      Add dividers and fix bug in siteNav (MarkBind#1063)
      Fixed navbar no longer covers modals (MarkBind#1070)
      Add copy code-block plugin (MarkBind#1043)
      Render plugins on dynamic resources (MarkBind#1051)
      Documentation for Implement no-* attributes for <box>  (MarkBind#1042)
      Migrate to bootstrap-vue popovers (MarkBind#1033)
      Refactor preprocess and url processing functions (MarkBind#1026)
      Add pageNav to Using Plugins Page (MarkBind#1062)
    Tejas2805 committed Mar 9, 2020
    Configuration menu
    Copy the full SHA
    31d0325 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2020

  1. Merge branch 'master' of https://github.com/MarkBind/markbind

    * 'master' of https://github.com/MarkBind/markbind:
      Add example for using multiple features in code-blocks (MarkBind#1102)
    Tejas2805 committed Mar 15, 2020
    Configuration menu
    Copy the full SHA
    d86bf69 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2020

  1. Merge branch 'master' of https://github.com/MarkBind/markbind

    * 'master' of https://github.com/MarkBind/markbind:
      Convert code in boxes to code block (MarkBind#1086)
    Tejas2805 committed Mar 21, 2020
    Configuration menu
    Copy the full SHA
    22b2b74 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2020

  1. Merge branch 'master' of https://github.com/MarkBind/markbind

    * 'master' of https://github.com/MarkBind/markbind:
      Update test files (MarkBind#1138)
      Remove OK button from modals (MarkBind#1134)
      Add start from line number functionality to code blocks (MarkBind#1115)
      Allow special tags to be self-closing (MarkBind#1101)
      Simplify baseUrl resolving process (MarkBind#1087)
      Remove redundant file writing (MarkBind#1090)
      Bump acorn from 5.7.3 to 5.7.4 (MarkBind#1121)
      Bump acorn from 7.1.0 to 7.1.1 in /src/lib/markbind (MarkBind#1120)
      Unify markdown-it parser variants (MarkBind#1056)
      Remove dynamic include feature (MarkBind#1037)
      Fix flex shrink not applying in content wrapper (MarkBind#1135)
      Escape Nunjucks for special tags (MarkBind#1049)
      Update documentation on icon slot for boxes (MarkBind#1123)
    Tejas2805 committed Mar 23, 2020
    Configuration menu
    Copy the full SHA
    5d20611 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2020

  1. Merge branch 'master' of https://github.com/MarkBind/markbind

    * 'master' of https://github.com/MarkBind/markbind:
      Fix pageNav in tweaking the page structure (MarkBind#1127)
    Tejas2805 committed Mar 25, 2020
    Configuration menu
    Copy the full SHA
    60a44fa View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2020

  1. Merge branch 'master' of https://github.com/MarkBind/markbind

    * 'master' of https://github.com/MarkBind/markbind:
      Fix lazy reload for urls without index (MarkBind#1110)
      Changes remaining references from filterTags to tags (MarkBind#1149)
    Tejas2805 committed Mar 27, 2020
    Configuration menu
    Copy the full SHA
    b9c3646 View commit details
    Browse the repository at this point in the history
  2. add documentation

    Tejas2805 committed Mar 27, 2020
    Configuration menu
    Copy the full SHA
    8b81b5a View commit details
    Browse the repository at this point in the history
  3. Correct highlighting

    Tejas2805 committed Mar 27, 2020
    Configuration menu
    Copy the full SHA
    0970ee1 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2020

  1. Update docs/devGuide/devGuide.md

    Co-Authored-By: Yash Chowdhary <yashchowdhary98@gmail.com>
    Tejas2805 and yash-chowdhary authored Mar 28, 2020
    Configuration menu
    Copy the full SHA
    eadc9ad View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2020

  1. Update docs/devGuide/devGuide.md

    Co-Authored-By: nbriannl <neilbrian.nl@gmail.com>
    Tejas2805 and nbriannl authored Mar 31, 2020
    Configuration menu
    Copy the full SHA
    4d7bc65 View commit details
    Browse the repository at this point in the history
  2. Update docs/devGuide/devGuide.md

    Co-Authored-By: nbriannl <neilbrian.nl@gmail.com>
    Tejas2805 and nbriannl authored Mar 31, 2020
    Configuration menu
    Copy the full SHA
    b3fe707 View commit details
    Browse the repository at this point in the history
  3. Update docs/devGuide/devGuide.md

    Co-Authored-By: nbriannl <neilbrian.nl@gmail.com>
    Tejas2805 and nbriannl authored Mar 31, 2020
    Configuration menu
    Copy the full SHA
    7a25926 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7981227 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2020

  1. Update devGuide.md

    Tejas2805 authored Apr 4, 2020
    Configuration menu
    Copy the full SHA
    87d0155 View commit details
    Browse the repository at this point in the history