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

[admin] merge to live #166

Merged
merged 9 commits into from
Oct 18, 2023
Merged

[admin] merge to live #166

merged 9 commits into from
Oct 18, 2023

Commits on Oct 17, 2023

  1. Configuration menu
    Copy the full SHA
    68ea3a4 View commit details
    Browse the repository at this point in the history
  2. extract structure

    twsouthwick committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    539ee89 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dbb450d View commit details
    Browse the repository at this point in the history
  4. Merge pull request #162 from twsouthwick/shared-overview

    Move out duplicated content into shared include
    lindalu-MSFT authored Oct 17, 2023
    Configuration menu
    Copy the full SHA
    a991ece View commit details
    Browse the repository at this point in the history
  5. Add samples projects to a solution

    This starts the process of refactoring the samples to not be inline.
    Instead, this change creates a solution that the samples are added to in
    order to validate they are correct (and enable refactoring much easier
    in the future). This adds a script in the samples directory that helps
    scaffold out a new sample project.
    twsouthwick committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    ebf3fe1 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2023

  1. add better migrator tool

    twsouthwick committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    d781d7d View commit details
    Browse the repository at this point in the history
  2. Add docs output directory to .gitignore

    docs/open-xml-docs is where the docfx build ends up - it appears to have out of date assets that are overwritten with the build. This change removes the directory and adds it to .gitignore
    
    As part of this change, a default template is added to docfx.json so that local builds can work.
    twsouthwick committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    b9a3a28 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #164 from twsouthwick/update-gitignore

    Add docs output directory to .gitignore
    lindalu-MSFT authored Oct 18, 2023
    Configuration menu
    Copy the full SHA
    2f32406 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #163 from twsouthwick/samples-project

    Add samples projects to a solution
    lindalu-MSFT authored Oct 18, 2023
    Configuration menu
    Copy the full SHA
    3efed11 View commit details
    Browse the repository at this point in the history