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

website: Expand data handling documentation with type-specific pages and examples #822

Merged
merged 9 commits into from
Aug 17, 2023

Commits on Aug 15, 2023

  1. website: Expand data handling documentation with type-specific pages …

    …and examples
    
    Reference: #695
    
    This change creates new attributes, blocks, and types sections, each with full information about each type. The attribute/block pages are cross-linked with their associated type pages and vice-versa.
    
    Web platform changes to redirect the removed pages to existing pages will be handled separately on deployment.
    bflad committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    584f534 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3e378e1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ac8d9b5 View commit details
    Browse the repository at this point in the history
  4. website: Migrate custom-types to types/custom

    Mainly to appease the web platform content checking:
    
    ```
    Found mismatched paths at depth 2, with paths: ["handling-data/types","handling-data/types/bool","handling-data/types/float64","handling-data/types/int64","handling-data/types/list","handling-data/types/map","handling-data/types/number","handling-data/types/object","handling-data/types/set","handling-data/types/string","handling-data/custom-types"]. Implies mismatched parent directories: ["handling-data/types","handling-data/custom-types"].
    ```
    bflad committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    f5a63f2 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2023

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

Commits on Aug 17, 2023

  1. Apply suggestions from code review

    Co-authored-by: Austin Valle <austinvalle@gmail.com>
    bflad and austinvalle authored Aug 17, 2023
    Configuration menu
    Copy the full SHA
    177d433 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    db956cf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    645872f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2d25a4d View commit details
    Browse the repository at this point in the history