Skip to content

Commit

Permalink
Publish mdProfiles v1.0.0 (#58)
Browse files Browse the repository at this point in the history
* Add Separated Profiles List Files (#51)

core-profiles.json contains the default/core profiles for mdEditor.
nggdpp-profiles.json contains the NGGDPP specific profiles
that need to be moved to a separate repository.

* 38 deprecate creation of npm mdprofiles package (#55)

* Remove NPM Module Code

* Remove Custom Profiles

Remove NGGDPP profiles.
Remove old profiles lists.

* Remove NGGDPP Profiles

* Rename core-profiles -> manifest

* Update Profile Schema

Update vocabularies schema.

* Update CHANGELOG.md

* Update profile-schema.json

* Change Key Name

identifier changed to name

* Update README.md

* Update Schema

Changed Vocabularies to Thesauri.

* Update .gitignore

* Restore Production Files

* Update CHANGELOG.md (#62)

* Update README.md (#63)
  • Loading branch information
jwaspin committed Dec 7, 2023
1 parent 0811545 commit 8511489
Show file tree
Hide file tree
Showing 23 changed files with 62 additions and 7,932 deletions.
26 changes: 0 additions & 26 deletions .eslintrc.js

This file was deleted.

2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -67,3 +67,5 @@ _site/
.jekyll-metadata

json

*.DS_Store
3 changes: 0 additions & 3 deletions .prettierrc.js

This file was deleted.

25 changes: 0 additions & 25 deletions .release-it.json

This file was deleted.

13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## v1.0.0

**Implemented enhancements:**
* Update .gitignore
* Update profile-schema (rename Vocabularies -> Thesauri, update schema)
* New resources/manifest.json file replaces profiles-list.json (which will be removed in a later version)

**Deprecated:**

* Remove profiles-list-dev
* Remove npm module files
* Remove ruby gem files

## v0.2.6

[Full Changelog](https://github.com/adiwg/mdProfiles/commit/6216485515d923fcfdb5fbd43225f6a6f4ad4e00)
Expand Down
9 changes: 0 additions & 9 deletions Gemfile

This file was deleted.

252 changes: 0 additions & 252 deletions Gemfile.lock

This file was deleted.

25 changes: 23 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,23 @@
# mdProfile
Profiles for the mdEditor
# mdProfiles

This repository contains the core profiles for use in the [mdEditor](https://github.com/adiwg/mdEditor).

## Resources - `resources/`

The schema definition for a profile is `resources/profile-schema.json`

The mapping for the schema is `resources/full-map.json`

The manifest file is `resources/manifest.json` which is a list of the core profiles and their urls'

The file `profiles-list.json` is used with mdEditor v1.0.x and will be removed when updated to v1.1.x


### Profiles - `resources/profiles/`

There are 4 core profiles

- basic
- full
- product
- project
Loading

0 comments on commit 8511489

Please sign in to comment.